Html Css Color HEX #ABBA34 Bahia

📋 copy color: '#ABBA34'

red 171 ◦ green 186 ◦ blue 52

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

Shades of Bahia #ABBA34

Tints of Bahia #ABBA34

RGB

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

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

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

R = 41.81%
G = 45.48%
B = 12.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#ABBA34 (or 0xABBA34) is known color: Bahia. HEX triplet: AB, BA and 34. RGB value is (171,186,52). Sum of RGB (Red+Green+Blue) = 171+186+52=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA34 is #5445CB. Grayscale: #A6A6A6. Windows color (decimal): -5522892 or 3455659. OLE color: 3455659.

HSL color Cylindrical-coordinate representation of color #ABBA34: hue angle of 66.72º 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 #ABBA34 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 52 -
CMYK 0.08 0 0.72 0.27
HSL 66.72º 0.56% 0.47% -
HSV(B) 66.72º 0.72% 0.73% -
XYZ 34.97 44.02 9.9 -
YUV 166.24 63.53 131.4 -
System Red Green Blue C M Y K H S L
Decimal 171 186 52 0.08 0 0.72 0.27 66.72 0.56 0.47
Hex AB BA 34 8 0 48 1B 43 38 2F
Octal 253 272 64 10 0 110 33 103 70 57
Binary 10101011 10111010 110100 1000 0 1001000 11011 1000011 111000 101111

Color Harmonies of #ABBA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA34

Black with #ABBA34

Text Example


Text Example

White with #ABBA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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