Html Css Color HEX #ABBC34 Bahia

📋 copy color: '#ABBC34'

red 171 ◦ green 188 ◦ blue 52

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

Shades of Bahia #ABBC34

Tints of Bahia #ABBC34

RGB

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

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

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

R = 41.61%
G = 45.74%
B = 12.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#ABBC34 (or 0xABBC34) is known color: Bahia. HEX triplet: AB, BC and 34. RGB value is (171,188,52). Sum of RGB (Red+Green+Blue) = 171+188+52=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC34 is #5443CB. Grayscale: #A7A7A7. Windows color (decimal): -5522380 or 3456171. OLE color: 3456171.

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

Color convert

RGB 171 188 52 -
CMYK 0.09 0 0.72 0.26
HSL 67.5º 0.57% 0.47% -
HSV(B) 67.5º 0.72% 0.74% -
XYZ 35.4 44.87 10.04 -
YUV 167.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 171 188 52 0.09 0 0.72 0.26 67.5 0.57 0.47
Hex AB BC 34 9 0 48 1A 44 39 2F
Octal 253 274 64 11 0 110 32 104 71 57
Binary 10101011 10111100 110100 1001 0 1001000 11010 1000100 111001 101111

Color Harmonies of #ABBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC34

Black with #ABBC34

Text Example


Text Example

White with #ABBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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