#AFB902

Color #AFB902 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #AFB902

Tints of La Rioja #AFB902

Color information

#AFB902 (or 0xAFB902) is unknown color: approx La Rioja. HEX triplet: AF, B9 and 02. RGB value is (175,185,2). Sum of RGB (Red+Green+Blue) = 175+185+2=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB902 is #5046FD. Grayscale: #A1A1A1. Windows color (decimal): -5261054 or 178607. OLE color: 178607.

HSL color Cylindrical-coordinate representation of color #AFB902: hue angle of 63.28º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFB902 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1751852-
CMYK0.0500.990.27
HSL63.28º97.86%36.67%-
HSV(B)63.28º98.92%72.55%-
XYZ35.0443.826.67-
YUV161.1538.19137.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 185 (72.66% from 255) = 51.10%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=48.34%
G=51.10%
B=0.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17518520.0500.990.2763.2897.8636.67
HexAFB9250631B3f6225
Octal257271250143337714245
Binary10101111101110011010101100011110111111111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB902; }

 p { color: rgb(175,185,2); }

 H1.HeaderClassName
 {
   color: #AFB902;
 }
 .AnyTagClassName
 {
   color: #AFB902;
 }
</style>
background-color css

<style>
 a { background-color: #AFB902; }

 a { background-color: rgb(175,185,2); }

 div.DivClassName
 {
   background-color: #AFB902;
 }
 .BgClassName
 {
   background-color: #AFB902;
 }
</style>
border-color css

<style>
 span { border-color: #AFB902; }

 span { border-color: rgb(175,185,2); }

 td.TdClassName
 {
   border-color: #AFB902;
 }
 .TagClassName
 {
   border-color: #AFB902;
 }
</style>