Html Css Color HEX #ABC327 Bahia

📋 copy color: '#ABC327'

red 171 ◦ green 195 ◦ blue 39

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

Shades of Bahia #ABC327

Tints of Bahia #ABC327

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.15%

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

R = 42.22%
G = 48.15%
B = 9.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#ABC327 (or 0xABC327) is known color: Bahia. HEX triplet: AB, C3 and 27. RGB value is (171,195,39). Sum of RGB (Red+Green+Blue) = 171+195+39=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC327 is #543CD8. Grayscale: #AAAAAA. Windows color (decimal): -5520601 or 2605995. OLE color: 2605995.

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

Color convert

RGB 171 195 39 -
CMYK 0.12 0 0.80 0.24
HSL 69.23º 0.67% 0.46% -
HSV(B) 69.23º 0.8% 0.76% -
XYZ 36.68 47.83 9.22 -
YUV 170.04 54.05 128.68 -
System Red Green Blue C M Y K H S L
Decimal 171 195 39 0.12 0 0.80 0.24 69.23 0.67 0.46
Hex AB C3 27 C 0 50 18 45 43 2E
Octal 253 303 47 14 0 120 30 105 103 56
Binary 10101011 11000011 100111 1100 0 1010000 11000 1000101 1000011 101110

Color Harmonies of #ABC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC327

Black with #ABC327

Text Example


Text Example

White with #ABC327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC327; }

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

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

background-color css

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

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

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

border-color css

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

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

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