Html Css Color HEX #A5C22B Bahia

📋 copy color: '#A5C22B'

red 165 ◦ green 194 ◦ blue 43

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

Shades of Bahia #A5C22B

Tints of Bahia #A5C22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.7%

R = 41.04%
G = 48.26%
B = 10.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#A5C22B (or 0xA5C22B) is known color: Bahia. HEX triplet: A5, C2 and 2B. RGB value is (165,194,43). Sum of RGB (Red+Green+Blue) = 165+194+43=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C22B is #5A3DD4. Grayscale: #A8A8A8. Windows color (decimal): -5914069 or 2867877. OLE color: 2867877.

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

Color convert

RGB 165 194 43 -
CMYK 0.15 0 0.78 0.24
HSL 71.52º 0.64% 0.46% -
HSV(B) 71.52º 0.78% 0.76% -
XYZ 35.24 46.76 9.45 -
YUV 168.12 57.39 125.78 -
System Red Green Blue C M Y K H S L
Decimal 165 194 43 0.15 0 0.78 0.24 71.52 0.64 0.46
Hex A5 C2 2B F 0 4E 18 48 40 2E
Octal 245 302 53 17 0 116 30 110 100 56
Binary 10100101 11000010 101011 1111 0 1001110 11000 1001000 1000000 101110

Color Harmonies of #A5C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C22B

Black with #A5C22B

Text Example


Text Example

White with #A5C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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