Html Css Color HEX #AFBC00 La Rioja

📋 copy color: '#AFBC00'

red 175 ◦ green 188 ◦ blue 0

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

Shades of La Rioja #AFBC00

Tints of La Rioja #AFBC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.21%
G = 51.79%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#AFBC00 (or 0xAFBC00) is known color: La Rioja. HEX triplet: AF, BC and 00. RGB value is (175,188,0). Sum of RGB (Red+Green+Blue) = 175+188+0=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC00 is #5043FF. Grayscale: #A3A3A3. Windows color (decimal): -5260288 or 48303. OLE color: 48303.

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

Color convert

RGB 175 188 0 -
CMYK 0.07 0 1 0.26
HSL 64.15º 1% 0.37% -
HSV(B) 64.15º 1% 0.74% -
XYZ 35.66 45.08 6.82 -
YUV 162.68 36.19 136.79 -
System Red Green Blue C M Y K H S L
Decimal 175 188 0 0.07 0 1 0.26 64.15 1 0.37
Hex AF BC 0 7 0 64 1A 40 64 25
Octal 257 274 0 7 0 144 32 100 144 45
Binary 10101111 10111100 0 111 0 1100100 11010 1000000 1100100 100101

Color Harmonies of #AFBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC00

Black with #AFBC00

Text Example


Text Example

White with #AFBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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