Html Css Color HEX #ABBB34 Bahia

📋 copy color: '#ABBB34'

red 171 ◦ green 187 ◦ blue 52

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

Shades of Bahia #ABBB34

Tints of Bahia #ABBB34

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.61%

 BLUE value IS 52 (20.7% from 255) = 12.68%

R = 41.71%
G = 45.61%
B = 12.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#ABBB34 (or 0xABBB34) is known color: Bahia. HEX triplet: AB, BB and 34. RGB value is (171,187,52). Sum of RGB (Red+Green+Blue) = 171+187+52=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBB34 is #5444CB. Grayscale: #A7A7A7. Windows color (decimal): -5522636 or 3455915. OLE color: 3455915.

HSL color Cylindrical-coordinate representation of color #ABBB34: hue angle of 67.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABBB34 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 52 -
CMYK 0.09 0 0.72 0.27
HSL 67.11º 0.56% 0.47% -
HSV(B) 67.11º 0.72% 0.73% -
XYZ 35.18 44.45 9.97 -
YUV 166.83 63.2 130.98 -
System Red Green Blue C M Y K H S L
Decimal 171 187 52 0.09 0 0.72 0.27 67.11 0.56 0.47
Hex AB BB 34 9 0 48 1B 43 38 2F
Octal 253 273 64 11 0 110 33 103 70 57
Binary 10101011 10111011 110100 1001 0 1001000 11011 1000011 111000 101111

Color Harmonies of #ABBB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB34

Black with #ABBB34

Text Example


Text Example

White with #ABBB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB34; }

 p { color: rgb(171,187,52); }

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

background-color css

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

 a { background-color: rgb(171,187,52); }

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

border-color css

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

 span { border-color: rgb(171,187,52); }

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