Html Css Color HEX #AFCB09 La Rioja

📋 copy color: '#AFCB09'

red 175 ◦ green 203 ◦ blue 9

#AFCB09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #AFCB09

Tints of La Rioja #AFCB09

RGB

 RED value IS 175 (68.75% from 255) = 45.22%

 GREEN value IS 203 (79.69% from 255) = 52.45%

 BLUE value IS 9 (3.91% from 255) = 2.33%

R = 45.22%
G = 52.45%
B = 2.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#AFCB09 (or 0xAFCB09) is known color: La Rioja. HEX triplet: AF, CB and 09. RGB value is (175,203,9). Sum of RGB (Red+Green+Blue) = 175+203+9=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCB09 is #5034F6. Grayscale: #ADADAD. Windows color (decimal): -5256439 or 641967. OLE color: 641967.

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

Color convert

RGB 175 203 9 -
CMYK 0.14 0 0.96 0.20
HSL 68.66º 0.92% 0.42% -
HSV(B) 68.66º 0.96% 0.8% -
XYZ 39.08 51.85 8.21 -
YUV 172.51 35.72 129.77 -
System Red Green Blue C M Y K H S L
Decimal 175 203 9 0.14 0 0.96 0.20 68.66 0.92 0.42
Hex AF CB 9 E 0 60 14 45 5C 2A
Octal 257 313 11 16 0 140 24 105 134 52
Binary 10101111 11001011 1001 1110 0 1100000 10100 1000101 1011100 101010

Color Harmonies of #AFCB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB09

Black with #AFCB09

Text Example


Text Example

White with #AFCB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB09; }

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

 H1.HeaderClassName
 {
   color: #AFCB09;
 }
 .AnyTagClassName
 {
   color: #AFCB09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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