#AFCB06

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

Shades of La Rioja #AFCB06

Tints of La Rioja #AFCB06

Color information

#AFCB06 (or 0xAFCB06) is unknown color: approx La Rioja. HEX triplet: AF, CB and 06. RGB value is (175,203,6). Sum of RGB (Red+Green+Blue) = 175+203+6=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCB06 is #5034F9. Grayscale: #ACACAC. Windows color (decimal): -5256442 or 445359. OLE color: 445359.

HSL color Cylindrical-coordinate representation of color #AFCB06: hue angle of 68.53º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFCB06 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB1752036-
CMYK0.1400.970.20
HSL68.53º94.26%40.98%-
HSV(B)68.53º97.04%79.61%-
XYZ39.0751.848.12-
YUV172.1734.22130.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 203 (79.69% from 255) = 52.86%
BLUE value IS 6 (2.73% from 255) = 1.56%
R=45.57%
G=52.86%
B=1.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17520360.1400.970.2068.5394.2640.98
HexAFCB6E06114455e29
Octal25731361601412410513651
Binary10101111110010111101110011000011010010001011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB06; }

 p { color: rgb(175,203,6); }

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

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

 a { background-color: rgb(175,203,6); }

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

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

 span { border-color: rgb(175,203,6); }

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