Html Css Color HEX #ABC130 Bahia

📋 copy color: '#ABC130'

red 171 ◦ green 193 ◦ blue 48

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

Shades of Bahia #ABC130

Tints of Bahia #ABC130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.84%

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

R = 41.5%
G = 46.84%
B = 11.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#ABC130 (or 0xABC130) is known color: Bahia. HEX triplet: AB, C1 and 30. RGB value is (171,193,48). Sum of RGB (Red+Green+Blue) = 171+193+48=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC130 is #543ECF. Grayscale: #AAAAAA. Windows color (decimal): -5521104 or 3195307. OLE color: 3195307.

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

Color convert

RGB 171 193 48 -
CMYK 0.11 0 0.75 0.24
HSL 69.1º 0.6% 0.47% -
HSV(B) 69.1º 0.75% 0.76% -
XYZ 36.4 47.01 9.95 -
YUV 169.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 171 193 48 0.11 0 0.75 0.24 69.1 0.6 0.47
Hex AB C1 30 B 0 4B 18 45 3C 2F
Octal 253 301 60 13 0 113 30 105 74 57
Binary 10101011 11000001 110000 1011 0 1001011 11000 1000101 111100 101111

Color Harmonies of #ABC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC130

Black with #ABC130

Text Example


Text Example

White with #ABC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC130; }

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

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

background-color css

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

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

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

border-color css

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

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

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