Html Css Color HEX #ABBA2D Bahia

📋 copy color: '#ABBA2D'

red 171 ◦ green 186 ◦ blue 45

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

Shades of Bahia #ABBA2D

Tints of Bahia #ABBA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

 BLUE value IS 45 (17.97% from 255) = 11.19%

R = 42.54%
G = 46.27%
B = 11.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#ABBA2D (or 0xABBA2D) is known color: Bahia. HEX triplet: AB, BA and 2D. RGB value is (171,186,45). Sum of RGB (Red+Green+Blue) = 171+186+45=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA2D is #5445D2. Grayscale: #A5A5A5. Windows color (decimal): -5522899 or 2996907. OLE color: 2996907.

HSL color Cylindrical-coordinate representation of color #ABBA2D: hue angle of 66.38º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABBA2D is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 45 -
CMYK 0.08 0 0.76 0.27
HSL 66.38º 0.61% 0.45% -
HSV(B) 66.38º 0.76% 0.73% -
XYZ 34.83 43.97 9.13 -
YUV 165.44 60.03 131.96 -
System Red Green Blue C M Y K H S L
Decimal 171 186 45 0.08 0 0.76 0.27 66.38 0.61 0.45
Hex AB BA 2D 8 0 4C 1B 42 3D 2D
Octal 253 272 55 10 0 114 33 102 75 55
Binary 10101011 10111010 101101 1000 0 1001100 11011 1000010 111101 101101

Color Harmonies of #ABBA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA2D

Black with #ABBA2D

Text Example


Text Example

White with #ABBA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA2D; }

 p { color: rgb(171,186,45); }

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

background-color css

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

 a { background-color: rgb(171,186,45); }

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

border-color css

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

 span { border-color: rgb(171,186,45); }

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