Html Css Color HEX #ABC530 Bahia

📋 copy color: '#ABC530'

red 171 ◦ green 197 ◦ blue 48

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

Shades of Bahia #ABC530

Tints of Bahia #ABC530

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.36%

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 41.11%
G = 47.36%
B = 11.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#ABC530 (or 0xABC530) is known color: Bahia. HEX triplet: AB, C5 and 30. RGB value is (171,197,48). Sum of RGB (Red+Green+Blue) = 171+197+48=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC530 is #543ACF. Grayscale: #ACACAC. Windows color (decimal): -5520080 or 3196331. OLE color: 3196331.

HSL color Cylindrical-coordinate representation of color #ABC530: hue angle of 70.47º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABC530 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 48 -
CMYK 0.13 0 0.76 0.23
HSL 70.47º 0.61% 0.48% -
HSV(B) 70.47º 0.76% 0.77% -
XYZ 37.29 48.8 10.25 -
YUV 172.24 57.89 127.12 -
System Red Green Blue C M Y K H S L
Decimal 171 197 48 0.13 0 0.76 0.23 70.47 0.61 0.48
Hex AB C5 30 D 0 4C 17 46 3D 30
Octal 253 305 60 15 0 114 27 106 75 60
Binary 10101011 11000101 110000 1101 0 1001100 10111 1000110 111101 110000

Color Harmonies of #ABC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC530

Black with #ABC530

Text Example


Text Example

White with #ABC530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC530; }

 p { color: rgb(171,197,48); }

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

background-color css

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

 a { background-color: rgb(171,197,48); }

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

border-color css

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

 span { border-color: rgb(171,197,48); }

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