Html Css Color HEX #AFBB00 La Rioja

📋 copy color: '#AFBB00'

red 175 ◦ green 187 ◦ blue 0

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

Shades of La Rioja #AFBB00

Tints of La Rioja #AFBB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.66%

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

R = 48.34%
G = 51.66%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#AFBB00 (or 0xAFBB00) is known color: La Rioja. HEX triplet: AF, BB and 00. RGB value is (175,187,0). Sum of RGB (Red+Green+Blue) = 175+187+0=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBB00 is #5044FF. Grayscale: #A2A2A2. Windows color (decimal): -5260544 or 48047. OLE color: 48047.

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

Color convert

RGB 175 187 0 -
CMYK 0.06 0 1 0.27
HSL 63.85º 1% 0.37% -
HSV(B) 63.85º 1% 0.73% -
XYZ 35.45 44.65 6.75 -
YUV 162.09 36.52 137.21 -
System Red Green Blue C M Y K H S L
Decimal 175 187 0 0.06 0 1 0.27 63.85 1 0.37
Hex AF BB 0 6 0 64 1B 40 64 25
Octal 257 273 0 6 0 144 33 100 144 45
Binary 10101111 10111011 0 110 0 1100100 11011 1000000 1100100 100101

Color Harmonies of #AFBB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB00

Black with #AFBB00

Text Example


Text Example

White with #AFBB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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