Html Css Color HEX #A5C327 Bahia

📋 copy color: '#A5C327'

red 165 ◦ green 195 ◦ blue 39

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

Shades of Bahia #A5C327

Tints of Bahia #A5C327

RGB

 RED value IS 165 (64.84% from 255) = 41.35%

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

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

R = 41.35%
G = 48.87%
B = 9.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#A5C327 (or 0xA5C327) is known color: Bahia. HEX triplet: A5, C3 and 27. RGB value is (165,195,39). Sum of RGB (Red+Green+Blue) = 165+195+39=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C327 is #5A3CD8. Grayscale: #A8A8A8. Windows color (decimal): -5913817 or 2605989. OLE color: 2605989.

HSL color Cylindrical-coordinate representation of color #A5C327: hue angle of 71.54º 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 #A5C327 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 195 39 -
CMYK 0.15 0 0.80 0.24
HSL 71.54º 0.67% 0.46% -
HSV(B) 71.54º 0.8% 0.76% -
XYZ 35.4 47.18 9.16 -
YUV 168.25 55.06 125.68 -
System Red Green Blue C M Y K H S L
Decimal 165 195 39 0.15 0 0.80 0.24 71.54 0.67 0.46
Hex A5 C3 27 F 0 50 18 48 43 2E
Octal 245 303 47 17 0 120 30 110 103 56
Binary 10100101 11000011 100111 1111 0 1010000 11000 1001000 1000011 101110

Color Harmonies of #A5C327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C327

Black with #A5C327

Text Example


Text Example

White with #A5C327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C327; }

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

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

background-color css

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

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

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

border-color css

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

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

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