Html Css Color HEX #ABBF0E Bahia

📋 copy color: '#ABBF0E'

red 171 ◦ green 191 ◦ blue 14

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

Shades of Bahia #ABBF0E

Tints of Bahia #ABBF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 50.8%

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

R = 45.48%
G = 50.8%
B = 3.72%

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

#ABBF0E (or 0xABBF0E) is known color: Bahia. HEX triplet: AB, BF and 0E. RGB value is (171,191,14). Sum of RGB (Red+Green+Blue) = 171+191+14=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBF0E is #5440F1. Grayscale: #A5A5A5. Windows color (decimal): -5521650 or 966571. OLE color: 966571.

HSL color Cylindrical-coordinate representation of color #ABBF0E: hue angle of 66.78º 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 #ABBF0E is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 191 14 -
CMYK 0.10 0 0.93 0.25
HSL 66.78º 0.86% 0.4% -
HSV(B) 66.78º 0.93% 0.75% -
XYZ 35.5 45.95 7.41 -
YUV 164.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 171 191 14 0.10 0 0.93 0.25 66.78 0.86 0.4
Hex AB BF E A 0 5D 19 43 56 28
Octal 253 277 16 12 0 135 31 103 126 50
Binary 10101011 10111111 1110 1010 0 1011101 11001 1000011 1010110 101000

Color Harmonies of #ABBF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF0E

Black with #ABBF0E

Text Example


Text Example

White with #ABBF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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