Html Css Color HEX #ABBD24 Bahia

📋 copy color: '#ABBD24'

red 171 ◦ green 189 ◦ blue 36

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

Shades of Bahia #ABBD24

Tints of Bahia #ABBD24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.09%

R = 43.18%
G = 47.73%
B = 9.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#ABBD24 (or 0xABBD24) is known color: Bahia. HEX triplet: AB, BD and 24. RGB value is (171,189,36). Sum of RGB (Red+Green+Blue) = 171+189+36=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 36 (14.45% from 255 or 9.09% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD24 is #5442DB. Grayscale: #A6A6A6. Windows color (decimal): -5522140 or 2407851. OLE color: 2407851.

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

Color convert

RGB 171 189 36 -
CMYK 0.10 0 0.81 0.26
HSL 67.06º 0.68% 0.44% -
HSV(B) 67.06º 0.81% 0.74% -
XYZ 35.31 45.18 8.53 -
YUV 166.18 54.54 131.44 -
System Red Green Blue C M Y K H S L
Decimal 171 189 36 0.10 0 0.81 0.26 67.06 0.68 0.44
Hex AB BD 24 A 0 51 1A 43 44 2C
Octal 253 275 44 12 0 121 32 103 104 54
Binary 10101011 10111101 100100 1010 0 1010001 11010 1000011 1000100 101100

Color Harmonies of #ABBD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD24

Black with #ABBD24

Text Example


Text Example

White with #ABBD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD24; }

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

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

background-color css

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

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

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

border-color css

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

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

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