Html Css Color HEX #ABBD14 Bahia

📋 copy color: '#ABBD14'

red 171 ◦ green 189 ◦ blue 20

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

Shades of Bahia #ABBD14

Tints of Bahia #ABBD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.74%

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

R = 45%
G = 49.74%
B = 5.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#ABBD14 (or 0xABBD14) is known color: Bahia. HEX triplet: AB, BD and 14. RGB value is (171,189,20). Sum of RGB (Red+Green+Blue) = 171+189+20=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD14 is #5442EB. Grayscale: #A5A5A5. Windows color (decimal): -5522156 or 1359275. OLE color: 1359275.

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

Color convert

RGB 171 189 20 -
CMYK 0.10 0 0.89 0.26
HSL 66.39º 0.81% 0.41% -
HSV(B) 66.39º 0.89% 0.74% -
XYZ 35.12 45.1 7.52 -
YUV 164.35 46.54 132.74 -
System Red Green Blue C M Y K H S L
Decimal 171 189 20 0.10 0 0.89 0.26 66.39 0.81 0.41
Hex AB BD 14 A 0 59 1A 42 51 29
Octal 253 275 24 12 0 131 32 102 121 51
Binary 10101011 10111101 10100 1010 0 1011001 11010 1000010 1010001 101001

Color Harmonies of #ABBD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD14

Black with #ABBD14

Text Example


Text Example

White with #ABBD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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