Html Css Color HEX #AFBC04 La Rioja

📋 copy color: '#AFBC04'

red 175 ◦ green 188 ◦ blue 4

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

Shades of La Rioja #AFBC04

Tints of La Rioja #AFBC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.23%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 47.68%
G = 51.23%
B = 1.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#AFBC04 (or 0xAFBC04) is known color: La Rioja. HEX triplet: AF, BC and 04. RGB value is (175,188,4). Sum of RGB (Red+Green+Blue) = 175+188+4=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC04 is #5043FB. Grayscale: #A3A3A3. Windows color (decimal): -5260284 or 310447. OLE color: 310447.

HSL color Cylindrical-coordinate representation of color #AFBC04: hue angle of 64.24º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFBC04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 4 -
CMYK 0.07 0 0.98 0.26
HSL 64.24º 0.96% 0.38% -
HSV(B) 64.24º 0.98% 0.74% -
XYZ 35.68 45.09 6.94 -
YUV 163.14 38.19 136.46 -
System Red Green Blue C M Y K H S L
Decimal 175 188 4 0.07 0 0.98 0.26 64.24 0.96 0.38
Hex AF BC 4 7 0 62 1A 40 60 26
Octal 257 274 4 7 0 142 32 100 140 46
Binary 10101111 10111100 100 111 0 1100010 11010 1000000 1100000 100110

Color Harmonies of #AFBC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC04

Black with #AFBC04

Text Example


Text Example

White with #AFBC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC04; }

 p { color: rgb(175,188,4); }

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

background-color css

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

 a { background-color: rgb(175,188,4); }

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

border-color css

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

 span { border-color: rgb(175,188,4); }

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