Html Css Color HEX #AFBC01 La Rioja

📋 copy color: '#AFBC01'

red 175 ◦ green 188 ◦ blue 1

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

Shades of La Rioja #AFBC01

Tints of La Rioja #AFBC01

RGB

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

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

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

R = 48.08%
G = 51.65%
B = 0.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#AFBC01 (or 0xAFBC01) is known color: La Rioja. HEX triplet: AF, BC and 01. RGB value is (175,188,1). Sum of RGB (Red+Green+Blue) = 175+188+1=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC01 is #5043FE. Grayscale: #A3A3A3. Windows color (decimal): -5260287 or 113839. OLE color: 113839.

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

Color convert

RGB 175 188 1 -
CMYK 0.07 0 0.99 0.26
HSL 64.17º 0.99% 0.37% -
HSV(B) 64.17º 0.99% 0.74% -
XYZ 35.67 45.08 6.85 -
YUV 162.8 36.69 136.71 -
System Red Green Blue C M Y K H S L
Decimal 175 188 1 0.07 0 0.99 0.26 64.17 0.99 0.37
Hex AF BC 1 7 0 63 1A 40 63 25
Octal 257 274 1 7 0 143 32 100 143 45
Binary 10101111 10111100 1 111 0 1100011 11010 1000000 1100011 100101

Color Harmonies of #AFBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC01

Black with #AFBC01

Text Example


Text Example

White with #AFBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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