Html Css Color HEX #A5C021 Bahia

📋 copy color: '#A5C021'

red 165 ◦ green 192 ◦ blue 33

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

Shades of Bahia #A5C021

Tints of Bahia #A5C021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.46%

R = 42.31%
G = 49.23%
B = 8.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#A5C021 (or 0xA5C021) is known color: Bahia. HEX triplet: A5, C0 and 21. RGB value is (165,192,33). Sum of RGB (Red+Green+Blue) = 165+192+33=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C021 is #5A3FDE. Grayscale: #A6A6A6. Windows color (decimal): -5914591 or 2212005. OLE color: 2212005.

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

Color convert

RGB 165 192 33 -
CMYK 0.14 0 0.83 0.25
HSL 70.19º 0.71% 0.44% -
HSV(B) 70.19º 0.83% 0.75% -
XYZ 34.64 45.81 8.45 -
YUV 165.8 53.05 127.43 -
System Red Green Blue C M Y K H S L
Decimal 165 192 33 0.14 0 0.83 0.25 70.19 0.71 0.44
Hex A5 C0 21 E 0 53 19 46 47 2C
Octal 245 300 41 16 0 123 31 106 107 54
Binary 10100101 11000000 100001 1110 0 1010011 11001 1000110 1000111 101100

Color Harmonies of #A5C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C021

Black with #A5C021

Text Example


Text Example

White with #A5C021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C021; }

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

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

background-color css

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

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

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

border-color css

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

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

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