Html Css Color HEX #AFBA02 La Rioja

📋 copy color: '#AFBA02'

red 175 ◦ green 186 ◦ blue 2

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

Shades of La Rioja #AFBA02

Tints of La Rioja #AFBA02

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.24%

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

R = 48.21%
G = 51.24%
B = 0.55%

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

#AFBA02 (or 0xAFBA02) is known color: La Rioja. HEX triplet: AF, BA and 02. RGB value is (175,186,2). Sum of RGB (Red+Green+Blue) = 175+186+2=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA02 is #5045FD. Grayscale: #A2A2A2. Windows color (decimal): -5260798 or 178863. OLE color: 178863.

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

Color convert

RGB 175 186 2 -
CMYK 0.06 0 0.99 0.27
HSL 63.59º 0.98% 0.37% -
HSV(B) 63.59º 0.99% 0.73% -
XYZ 35.25 44.24 6.74 -
YUV 161.74 37.86 137.46 -
System Red Green Blue C M Y K H S L
Decimal 175 186 2 0.06 0 0.99 0.27 63.59 0.98 0.37
Hex AF BA 2 6 0 63 1B 40 62 25
Octal 257 272 2 6 0 143 33 100 142 45
Binary 10101111 10111010 10 110 0 1100011 11011 1000000 1100010 100101

Color Harmonies of #AFBA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA02

Black with #AFBA02

Text Example


Text Example

White with #AFBA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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