Html Css Color HEX #A5C21D Bahia

📋 copy color: '#A5C21D'

red 165 ◦ green 194 ◦ blue 29

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

Shades of Bahia #A5C21D

Tints of Bahia #A5C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50%

 BLUE value IS 29 (11.72% from 255) = 7.47%

R = 42.53%
G = 50%
B = 7.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#A5C21D (or 0xA5C21D) is known color: Bahia. HEX triplet: A5, C2 and 1D. RGB value is (165,194,29). Sum of RGB (Red+Green+Blue) = 165+194+29=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C21D is #5A3DE2. Grayscale: #A7A7A7. Windows color (decimal): -5914083 or 1950373. OLE color: 1950373.

HSL color Cylindrical-coordinate representation of color #A5C21D: hue angle of 70.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5C21D is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 194 29 -
CMYK 0.15 0 0.85 0.24
HSL 70.55º 0.74% 0.44% -
HSV(B) 70.55º 0.85% 0.76% -
XYZ 35.03 46.67 8.32 -
YUV 166.52 50.39 126.92 -
System Red Green Blue C M Y K H S L
Decimal 165 194 29 0.15 0 0.85 0.24 70.55 0.74 0.44
Hex A5 C2 1D F 0 55 18 47 4A 2C
Octal 245 302 35 17 0 125 30 107 112 54
Binary 10100101 11000010 11101 1111 0 1010101 11000 1000111 1001010 101100

Color Harmonies of #A5C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C21D

Black with #A5C21D

Text Example


Text Example

White with #A5C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C21D; }

 p { color: rgb(165,194,29); }

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

background-color css

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

 a { background-color: rgb(165,194,29); }

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

border-color css

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

 span { border-color: rgb(165,194,29); }

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