Html Css Color HEX #ABC032 Bahia

📋 copy color: '#ABC032'

red 171 ◦ green 192 ◦ blue 50

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

Shades of Bahia #ABC032

Tints of Bahia #ABC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

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

R = 41.4%
G = 46.49%
B = 12.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#ABC032 (or 0xABC032) is known color: Bahia. HEX triplet: AB, C0 and 32. RGB value is (171,192,50). Sum of RGB (Red+Green+Blue) = 171+192+50=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC032 is #543FCD. Grayscale: #AAAAAA. Windows color (decimal): -5521358 or 3326123. OLE color: 3326123.

HSL color Cylindrical-coordinate representation of color #ABC032: hue angle of 68.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABC032 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 50 -
CMYK 0.11 0 0.74 0.25
HSL 68.87º 0.59% 0.47% -
HSV(B) 68.87º 0.74% 0.75% -
XYZ 36.22 46.59 10.1 -
YUV 169.53 60.54 129.05 -
System Red Green Blue C M Y K H S L
Decimal 171 192 50 0.11 0 0.74 0.25 68.87 0.59 0.47
Hex AB C0 32 B 0 4A 19 45 3B 2F
Octal 253 300 62 13 0 112 31 105 73 57
Binary 10101011 11000000 110010 1011 0 1001010 11001 1000101 111011 101111

Color Harmonies of #ABC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC032

Black with #ABC032

Text Example


Text Example

White with #ABC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC032; }

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

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

background-color css

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

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

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

border-color css

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

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

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