Html Css Color HEX #ABBE0E Bahia

📋 copy color: '#ABBE0E'

red 171 ◦ green 190 ◦ blue 14

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

Shades of Bahia #ABBE0E

Tints of Bahia #ABBE0E

RGB

 RED value IS 171 (67.19% from 255) = 45.6%

 GREEN value IS 190 (74.61% from 255) = 50.67%

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

R = 45.6%
G = 50.67%
B = 3.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#ABBE0E (or 0xABBE0E) is known color: Bahia. HEX triplet: AB, BE and 0E. RGB value is (171,190,14). Sum of RGB (Red+Green+Blue) = 171+190+14=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBE0E is #5441F1. Grayscale: #A4A4A4. Windows color (decimal): -5521906 or 966315. OLE color: 966315.

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

Color convert

RGB 171 190 14 -
CMYK 0.10 0 0.93 0.25
HSL 66.48º 0.86% 0.4% -
HSV(B) 66.48º 0.93% 0.75% -
XYZ 35.29 45.52 7.34 -
YUV 164.26 43.21 132.81 -
System Red Green Blue C M Y K H S L
Decimal 171 190 14 0.10 0 0.93 0.25 66.48 0.86 0.4
Hex AB BE E A 0 5D 19 42 56 28
Octal 253 276 16 12 0 135 31 102 126 50
Binary 10101011 10111110 1110 1010 0 1011101 11001 1000010 1010110 101000

Color Harmonies of #ABBE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE0E

Black with #ABBE0E

Text Example


Text Example

White with #ABBE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE0E; }

 p { color: rgb(171,190,14); }

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

background-color css

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

 a { background-color: rgb(171,190,14); }

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

border-color css

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

 span { border-color: rgb(171,190,14); }

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