Html Css Color HEX #ABB934 Bahia

📋 copy color: '#ABB934'

red 171 ◦ green 185 ◦ blue 52

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

Shades of Bahia #ABB934

Tints of Bahia #ABB934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

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

R = 41.91%
G = 45.34%
B = 12.75%

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

#ABB934 (or 0xABB934) is known color: Bahia. HEX triplet: AB, B9 and 34. RGB value is (171,185,52). Sum of RGB (Red+Green+Blue) = 171+185+52=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB934 is #5446CB. Grayscale: #A6A6A6. Windows color (decimal): -5523148 or 3455403. OLE color: 3455403.

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

Color convert

RGB 171 185 52 -
CMYK 0.08 0 0.72 0.27
HSL 66.32º 0.56% 0.46% -
HSV(B) 66.32º 0.72% 0.73% -
XYZ 34.76 43.6 9.83 -
YUV 165.65 63.86 131.81 -
System Red Green Blue C M Y K H S L
Decimal 171 185 52 0.08 0 0.72 0.27 66.32 0.56 0.46
Hex AB B9 34 8 0 48 1B 42 38 2E
Octal 253 271 64 10 0 110 33 102 70 56
Binary 10101011 10111001 110100 1000 0 1001000 11011 1000010 111000 101110

Color Harmonies of #ABB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB934

Black with #ABB934

Text Example


Text Example

White with #ABB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB934; }

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

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

background-color css

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

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

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

border-color css

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

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

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