Html Css Color HEX #AFBA0C La Rioja

📋 copy color: '#AFBA0C'

red 175 ◦ green 186 ◦ blue 12

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

Shades of La Rioja #AFBA0C

Tints of La Rioja #AFBA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.22%

R = 46.92%
G = 49.87%
B = 3.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#AFBA0C (or 0xAFBA0C) is known color: La Rioja. HEX triplet: AF, BA and 0C. RGB value is (175,186,12). Sum of RGB (Red+Green+Blue) = 175+186+12=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA0C is #5045F3. Grayscale: #A3A3A3. Windows color (decimal): -5260788 or 834223. OLE color: 834223.

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

Color convert

RGB 175 186 12 -
CMYK 0.06 0 0.94 0.27
HSL 63.79º 0.88% 0.39% -
HSV(B) 63.79º 0.94% 0.73% -
XYZ 35.3 44.26 7.03 -
YUV 162.88 42.86 136.65 -
System Red Green Blue C M Y K H S L
Decimal 175 186 12 0.06 0 0.94 0.27 63.79 0.88 0.39
Hex AF BA C 6 0 5E 1B 40 58 27
Octal 257 272 14 6 0 136 33 100 130 47
Binary 10101111 10111010 1100 110 0 1011110 11011 1000000 1011000 100111

Color Harmonies of #AFBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA0C

Black with #AFBA0C

Text Example


Text Example

White with #AFBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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