Html Css Color HEX #AFBC0E La Rioja

📋 copy color: '#AFBC0E'

red 175 ◦ green 188 ◦ blue 14

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

Shades of La Rioja #AFBC0E

Tints of La Rioja #AFBC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.71%

R = 46.42%
G = 49.87%
B = 3.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#AFBC0E (or 0xAFBC0E) is known color: La Rioja. HEX triplet: AF, BC and 0E. RGB value is (175,188,14). Sum of RGB (Red+Green+Blue) = 175+188+14=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC0E is #5043F1. Grayscale: #A4A4A4. Windows color (decimal): -5260274 or 965807. OLE color: 965807.

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

Color convert

RGB 175 188 14 -
CMYK 0.07 0 0.93 0.26
HSL 64.48º 0.86% 0.4% -
HSV(B) 64.48º 0.93% 0.74% -
XYZ 35.74 45.11 7.24 -
YUV 164.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 175 188 14 0.07 0 0.93 0.26 64.48 0.86 0.4
Hex AF BC E 7 0 5D 1A 40 56 28
Octal 257 274 16 7 0 135 32 100 126 50
Binary 10101111 10111100 1110 111 0 1011101 11010 1000000 1010110 101000

Color Harmonies of #AFBC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC0E

Black with #AFBC0E

Text Example


Text Example

White with #AFBC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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