Html Css Color HEX #AFBC02 La Rioja

📋 copy color: '#AFBC02'

red 175 ◦ green 188 ◦ blue 2

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

Shades of La Rioja #AFBC02

Tints of La Rioja #AFBC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 47.95%
G = 51.51%
B = 0.55%

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

#AFBC02 (or 0xAFBC02) is known color: La Rioja. HEX triplet: AF, BC and 02. RGB value is (175,188,2). Sum of RGB (Red+Green+Blue) = 175+188+2=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC02 is #5043FD. Grayscale: #A3A3A3. Windows color (decimal): -5260286 or 179375. OLE color: 179375.

HSL color Cylindrical-coordinate representation of color #AFBC02: hue angle of 64.19º degrees, saturation: 0.98, 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 #AFBC02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 2 -
CMYK 0.07 0 0.99 0.26
HSL 64.19º 0.98% 0.37% -
HSV(B) 64.19º 0.99% 0.74% -
XYZ 35.67 45.08 6.88 -
YUV 162.91 37.19 136.62 -
System Red Green Blue C M Y K H S L
Decimal 175 188 2 0.07 0 0.99 0.26 64.19 0.98 0.37
Hex AF BC 2 7 0 63 1A 40 62 25
Octal 257 274 2 7 0 143 32 100 142 45
Binary 10101111 10111100 10 111 0 1100011 11010 1000000 1100010 100101

Color Harmonies of #AFBC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC02

Black with #AFBC02

Text Example


Text Example

White with #AFBC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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