Html Css Color HEX #ABBD2C Bahia

📋 copy color: '#ABBD2C'

red 171 ◦ green 189 ◦ blue 44

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

Shades of Bahia #ABBD2C

Tints of Bahia #ABBD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.89%

R = 42.33%
G = 46.78%
B = 10.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#ABBD2C (or 0xABBD2C) is known color: Bahia. HEX triplet: AB, BD and 2C. RGB value is (171,189,44). Sum of RGB (Red+Green+Blue) = 171+189+44=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD2C is #5442D3. Grayscale: #A7A7A7. Windows color (decimal): -5522132 or 2932139. OLE color: 2932139.

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

Color convert

RGB 171 189 44 -
CMYK 0.10 0 0.77 0.26
HSL 67.45º 0.62% 0.46% -
HSV(B) 67.45º 0.77% 0.74% -
XYZ 35.45 45.23 9.25 -
YUV 167.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 171 189 44 0.10 0 0.77 0.26 67.45 0.62 0.46
Hex AB BD 2C A 0 4D 1A 43 3E 2E
Octal 253 275 54 12 0 115 32 103 76 56
Binary 10101011 10111101 101100 1010 0 1001101 11010 1000011 111110 101110

Color Harmonies of #ABBD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD2C

Black with #ABBD2C

Text Example


Text Example

White with #ABBD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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