Html Css Color HEX #A5C226 Bahia

📋 copy color: '#A5C226'

red 165 ◦ green 194 ◦ blue 38

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

Shades of Bahia #A5C226

Tints of Bahia #A5C226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.57%

R = 41.56%
G = 48.87%
B = 9.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#A5C226 (or 0xA5C226) is known color: Bahia. HEX triplet: A5, C2 and 26. RGB value is (165,194,38). Sum of RGB (Red+Green+Blue) = 165+194+38=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C226 is #5A3DD9. Grayscale: #A8A8A8. Windows color (decimal): -5914074 or 2540197. OLE color: 2540197.

HSL color Cylindrical-coordinate representation of color #A5C226: hue angle of 71.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5C226 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 194 38 -
CMYK 0.15 0 0.80 0.24
HSL 71.15º 0.67% 0.45% -
HSV(B) 71.15º 0.8% 0.76% -
XYZ 35.16 46.72 9 -
YUV 167.55 54.89 126.18 -
System Red Green Blue C M Y K H S L
Decimal 165 194 38 0.15 0 0.80 0.24 71.15 0.67 0.45
Hex A5 C2 26 F 0 50 18 47 43 2D
Octal 245 302 46 17 0 120 30 107 103 55
Binary 10100101 11000010 100110 1111 0 1010000 11000 1000111 1000011 101101

Color Harmonies of #A5C226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C226

Black with #A5C226

Text Example


Text Example

White with #A5C226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C226; }

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

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

background-color css

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

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

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

border-color css

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

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

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