Html Css Color HEX #ABB232 Bahia

📋 copy color: '#ABB232'

red 171 ◦ green 178 ◦ blue 50

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

Shades of Bahia #ABB232

Tints of Bahia #ABB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.61%

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 42.86%
G = 44.61%
B = 12.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#ABB232 (or 0xABB232) is known color: Bahia. HEX triplet: AB, B2 and 32. RGB value is (171,178,50). Sum of RGB (Red+Green+Blue) = 171+178+50=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB232 is #544DCD. Grayscale: #A1A1A1. Windows color (decimal): -5524942 or 3322539. OLE color: 3322539.

HSL color Cylindrical-coordinate representation of color #ABB232: hue angle of 63.28º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABB232 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 178 50 -
CMYK 0.04 0 0.72 0.30
HSL 63.28º 0.56% 0.45% -
HSV(B) 63.28º 0.72% 0.7% -
XYZ 33.29 40.73 9.12 -
YUV 161.32 65.18 134.91 -
System Red Green Blue C M Y K H S L
Decimal 171 178 50 0.04 0 0.72 0.30 63.28 0.56 0.45
Hex AB B2 32 4 0 48 1E 3F 38 2D
Octal 253 262 62 4 0 110 36 77 70 55
Binary 10101011 10110010 110010 100 0 1001000 11110 111111 111000 101101

Color Harmonies of #ABB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB232

Black with #ABB232

Text Example


Text Example

White with #ABB232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB232; }

 p { color: rgb(171,178,50); }

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

background-color css

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

 a { background-color: rgb(171,178,50); }

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

border-color css

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

 span { border-color: rgb(171,178,50); }

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