Html Css Color HEX #A5C02C Bahia

📋 copy color: '#A5C02C'

red 165 ◦ green 192 ◦ blue 44

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

Shades of Bahia #A5C02C

Tints of Bahia #A5C02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.97%

R = 41.15%
G = 47.88%
B = 10.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#A5C02C (or 0xA5C02C) is known color: Bahia. HEX triplet: A5, C0 and 2C. RGB value is (165,192,44). Sum of RGB (Red+Green+Blue) = 165+192+44=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C02C is #5A3FD3. Grayscale: #A7A7A7. Windows color (decimal): -5914580 or 2932901. OLE color: 2932901.

HSL color Cylindrical-coordinate representation of color #A5C02C: hue angle of 70.95º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5C02C is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 44 -
CMYK 0.14 0 0.77 0.25
HSL 70.95º 0.63% 0.46% -
HSV(B) 70.95º 0.77% 0.75% -
XYZ 34.82 45.88 9.4 -
YUV 167.06 58.55 126.53 -
System Red Green Blue C M Y K H S L
Decimal 165 192 44 0.14 0 0.77 0.25 70.95 0.63 0.46
Hex A5 C0 2C E 0 4D 19 47 3F 2E
Octal 245 300 54 16 0 115 31 107 77 56
Binary 10100101 11000000 101100 1110 0 1001101 11001 1000111 111111 101110

Color Harmonies of #A5C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C02C

Black with #A5C02C

Text Example


Text Example

White with #A5C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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