Html Css Color HEX #A5C027 Bahia

📋 copy color: '#A5C027'

red 165 ◦ green 192 ◦ blue 39

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

Shades of Bahia #A5C027

Tints of Bahia #A5C027

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.48%

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

R = 41.67%
G = 48.48%
B = 9.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#A5C027 (or 0xA5C027) is known color: Bahia. HEX triplet: A5, C0 and 27. RGB value is (165,192,39). Sum of RGB (Red+Green+Blue) = 165+192+39=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C027 is #5A3FD8. Grayscale: #A7A7A7. Windows color (decimal): -5914585 or 2605221. OLE color: 2605221.

HSL color Cylindrical-coordinate representation of color #A5C027: hue angle of 70.59º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5C027 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 39 -
CMYK 0.14 0 0.80 0.25
HSL 70.59º 0.66% 0.45% -
HSV(B) 70.59º 0.8% 0.75% -
XYZ 34.73 45.85 8.94 -
YUV 166.49 56.05 126.94 -
System Red Green Blue C M Y K H S L
Decimal 165 192 39 0.14 0 0.80 0.25 70.59 0.66 0.45
Hex A5 C0 27 E 0 50 19 47 42 2D
Octal 245 300 47 16 0 120 31 107 102 55
Binary 10100101 11000000 100111 1110 0 1010000 11001 1000111 1000010 101101

Color Harmonies of #A5C027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C027

Black with #A5C027

Text Example


Text Example

White with #A5C027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C027; }

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

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

background-color css

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

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

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

border-color css

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

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

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