Html Css Color HEX #ABBD2D Bahia

📋 copy color: '#ABBD2D'

red 171 ◦ green 189 ◦ blue 45

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

Shades of Bahia #ABBD2D

Tints of Bahia #ABBD2D

RGB

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

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

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

R = 42.22%
G = 46.67%
B = 11.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#ABBD2D (or 0xABBD2D) is known color: Bahia. HEX triplet: AB, BD and 2D. RGB value is (171,189,45). Sum of RGB (Red+Green+Blue) = 171+189+45=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD2D is #5442D2. Grayscale: #A7A7A7. Windows color (decimal): -5522131 or 2997675. OLE color: 2997675.

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

Color convert

RGB 171 189 45 -
CMYK 0.10 0 0.76 0.26
HSL 67.5º 0.62% 0.46% -
HSV(B) 67.5º 0.76% 0.74% -
XYZ 35.47 45.24 9.35 -
YUV 167.2 59.04 130.71 -
System Red Green Blue C M Y K H S L
Decimal 171 189 45 0.10 0 0.76 0.26 67.5 0.62 0.46
Hex AB BD 2D A 0 4C 1A 44 3E 2E
Octal 253 275 55 12 0 114 32 104 76 56
Binary 10101011 10111101 101101 1010 0 1001100 11010 1000100 111110 101110

Color Harmonies of #ABBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD2D

Black with #ABBD2D

Text Example


Text Example

White with #ABBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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