Html Css Color HEX #ABBC14 Bahia

📋 copy color: '#ABBC14'

red 171 ◦ green 188 ◦ blue 20

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

Shades of Bahia #ABBC14

Tints of Bahia #ABBC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.28%

R = 45.12%
G = 49.6%
B = 5.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#ABBC14 (or 0xABBC14) is known color: Bahia. HEX triplet: AB, BC and 14. RGB value is (171,188,20). Sum of RGB (Red+Green+Blue) = 171+188+20=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC14 is #5443EB. Grayscale: #A4A4A4. Windows color (decimal): -5522412 or 1359019. OLE color: 1359019.

HSL color Cylindrical-coordinate representation of color #ABBC14: hue angle of 66.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABBC14 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 20 -
CMYK 0.09 0 0.89 0.26
HSL 66.07º 0.81% 0.41% -
HSV(B) 66.07º 0.89% 0.74% -
XYZ 34.9 44.67 7.45 -
YUV 163.77 46.87 133.16 -
System Red Green Blue C M Y K H S L
Decimal 171 188 20 0.09 0 0.89 0.26 66.07 0.81 0.41
Hex AB BC 14 9 0 59 1A 42 51 29
Octal 253 274 24 11 0 131 32 102 121 51
Binary 10101011 10111100 10100 1001 0 1011001 11010 1000010 1010001 101001

Color Harmonies of #ABBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC14

Black with #ABBC14

Text Example


Text Example

White with #ABBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC14; }

 p { color: rgb(171,188,20); }

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

background-color css

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

 a { background-color: rgb(171,188,20); }

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

border-color css

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

 span { border-color: rgb(171,188,20); }

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