Html Css Color HEX #ABC527 Bahia

📋 copy color: '#ABC527'

red 171 ◦ green 197 ◦ blue 39

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

Shades of Bahia #ABC527

Tints of Bahia #ABC527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.58%

R = 42.01%
G = 48.4%
B = 9.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#ABC527 (or 0xABC527) is known color: Bahia. HEX triplet: AB, C5 and 27. RGB value is (171,197,39). Sum of RGB (Red+Green+Blue) = 171+197+39=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC527 is #543AD8. Grayscale: #ABABAB. Windows color (decimal): -5520089 or 2606507. OLE color: 2606507.

HSL color Cylindrical-coordinate representation of color #ABC527: hue angle of 69.87º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABC527 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 39 -
CMYK 0.13 0 0.80 0.23
HSL 69.87º 0.67% 0.46% -
HSV(B) 69.87º 0.8% 0.77% -
XYZ 37.13 48.74 9.37 -
YUV 171.21 53.39 127.85 -
System Red Green Blue C M Y K H S L
Decimal 171 197 39 0.13 0 0.80 0.23 69.87 0.67 0.46
Hex AB C5 27 D 0 50 17 46 43 2E
Octal 253 305 47 15 0 120 27 106 103 56
Binary 10101011 11000101 100111 1101 0 1010000 10111 1000110 1000011 101110

Color Harmonies of #ABC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC527

Black with #ABC527

Text Example


Text Example

White with #ABC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC527; }

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

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

background-color css

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

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

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

border-color css

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

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

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