Html Css Color HEX #ABBC2D Bahia

📋 copy color: '#ABBC2D'

red 171 ◦ green 188 ◦ blue 45

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

Shades of Bahia #ABBC2D

Tints of Bahia #ABBC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.53%

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

R = 42.33%
G = 46.53%
B = 11.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#ABBC2D (or 0xABBC2D) is known color: Bahia. HEX triplet: AB, BC and 2D. RGB value is (171,188,45). Sum of RGB (Red+Green+Blue) = 171+188+45=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC2D is #5443D2. Grayscale: #A7A7A7. Windows color (decimal): -5522387 or 2997419. OLE color: 2997419.

HSL color Cylindrical-coordinate representation of color #ABBC2D: hue angle of 67.13º degrees, saturation: 0.61, 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 #ABBC2D is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 45 -
CMYK 0.09 0 0.76 0.26
HSL 67.13º 0.61% 0.46% -
HSV(B) 67.13º 0.76% 0.74% -
XYZ 35.25 44.81 9.27 -
YUV 166.62 59.37 131.13 -
System Red Green Blue C M Y K H S L
Decimal 171 188 45 0.09 0 0.76 0.26 67.13 0.61 0.46
Hex AB BC 2D 9 0 4C 1A 43 3D 2E
Octal 253 274 55 11 0 114 32 103 75 56
Binary 10101011 10111100 101101 1001 0 1001100 11010 1000011 111101 101110

Color Harmonies of #ABBC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC2D

Black with #ABBC2D

Text Example


Text Example

White with #ABBC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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