Html Css Color HEX #AFBA04 La Rioja

📋 copy color: '#AFBA04'

red 175 ◦ green 186 ◦ blue 4

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

Shades of La Rioja #AFBA04

Tints of La Rioja #AFBA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 47.95%
G = 50.96%
B = 1.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#AFBA04 (or 0xAFBA04) is known color: La Rioja. HEX triplet: AF, BA and 04. RGB value is (175,186,4). Sum of RGB (Red+Green+Blue) = 175+186+4=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA04 is #5045FB. Grayscale: #A2A2A2. Windows color (decimal): -5260796 or 309935. OLE color: 309935.

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

Color convert

RGB 175 186 4 -
CMYK 0.06 0 0.98 0.27
HSL 63.63º 0.96% 0.37% -
HSV(B) 63.63º 0.98% 0.73% -
XYZ 35.26 44.24 6.8 -
YUV 161.96 38.86 137.3 -
System Red Green Blue C M Y K H S L
Decimal 175 186 4 0.06 0 0.98 0.27 63.63 0.96 0.37
Hex AF BA 4 6 0 62 1B 40 60 25
Octal 257 272 4 6 0 142 33 100 140 45
Binary 10101111 10111010 100 110 0 1100010 11011 1000000 1100000 100101

Color Harmonies of #AFBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA04

Black with #AFBA04

Text Example


Text Example

White with #AFBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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