Html Css Color HEX #ABBD15 Bahia

📋 copy color: '#ABBD15'

red 171 ◦ green 189 ◦ blue 21

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

Shades of Bahia #ABBD15

Tints of Bahia #ABBD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.51%

R = 44.88%
G = 49.61%
B = 5.51%

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

#ABBD15 (or 0xABBD15) is known color: Bahia. HEX triplet: AB, BD and 15. RGB value is (171,189,21). Sum of RGB (Red+Green+Blue) = 171+189+21=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD15 is #5442EA. Grayscale: #A5A5A5. Windows color (decimal): -5522155 or 1424811. OLE color: 1424811.

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

Color convert

RGB 171 189 21 -
CMYK 0.10 0 0.89 0.26
HSL 66.43º 0.8% 0.41% -
HSV(B) 66.43º 0.89% 0.74% -
XYZ 35.13 45.11 7.56 -
YUV 164.47 47.04 132.66 -
System Red Green Blue C M Y K H S L
Decimal 171 189 21 0.10 0 0.89 0.26 66.43 0.8 0.41
Hex AB BD 15 A 0 59 1A 42 50 29
Octal 253 275 25 12 0 131 32 102 120 51
Binary 10101011 10111101 10101 1010 0 1011001 11010 1000010 1010000 101001

Color Harmonies of #ABBD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD15

Black with #ABBD15

Text Example


Text Example

White with #ABBD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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