Html Css Color HEX #AFBB01 La Rioja

📋 copy color: '#AFBB01'

red 175 ◦ green 187 ◦ blue 1

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

Shades of La Rioja #AFBB01

Tints of La Rioja #AFBB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 48.21%
G = 51.52%
B = 0.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#AFBB01 (or 0xAFBB01) is known color: La Rioja. HEX triplet: AF, BB and 01. RGB value is (175,187,1). Sum of RGB (Red+Green+Blue) = 175+187+1=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBB01 is #5044FE. Grayscale: #A2A2A2. Windows color (decimal): -5260543 or 113583. OLE color: 113583.

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

Color convert

RGB 175 187 1 -
CMYK 0.06 0 0.99 0.27
HSL 63.87º 0.99% 0.37% -
HSV(B) 63.87º 0.99% 0.73% -
XYZ 35.46 44.66 6.78 -
YUV 162.21 37.02 137.12 -
System Red Green Blue C M Y K H S L
Decimal 175 187 1 0.06 0 0.99 0.27 63.87 0.99 0.37
Hex AF BB 1 6 0 63 1B 40 63 25
Octal 257 273 1 6 0 143 33 100 143 45
Binary 10101111 10111011 1 110 0 1100011 11011 1000000 1100011 100101

Color Harmonies of #AFBB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB01

Black with #AFBB01

Text Example


Text Example

White with #AFBB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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