Html Css Color HEX #A5CB20 Bahia

📋 copy color: '#A5CB20'

red 165 ◦ green 203 ◦ blue 32

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

Shades of Bahia #A5CB20

Tints of Bahia #A5CB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.75%

 BLUE value IS 32 (12.89% from 255) = 8%

R = 41.25%
G = 50.75%
B = 8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#A5CB20 (or 0xA5CB20) is known color: Bahia. HEX triplet: A5, CB and 20. RGB value is (165,203,32). Sum of RGB (Red+Green+Blue) = 165+203+32=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CB20 is #5A34DF. Grayscale: #ACACAC. Windows color (decimal): -5911776 or 2149285. OLE color: 2149285.

HSL color Cylindrical-coordinate representation of color #A5CB20: hue angle of 73.33º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5CB20 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 32 -
CMYK 0.19 0 0.84 0.20
HSL 73.33º 0.73% 0.46% -
HSV(B) 73.33º 0.84% 0.8% -
XYZ 37.13 50.82 9.22 -
YUV 172.14 48.91 122.9 -
System Red Green Blue C M Y K H S L
Decimal 165 203 32 0.19 0 0.84 0.20 73.33 0.73 0.46
Hex A5 CB 20 13 0 54 14 49 49 2E
Octal 245 313 40 23 0 124 24 111 111 56
Binary 10100101 11001011 100000 10011 0 1010100 10100 1001001 1001001 101110

Color Harmonies of #A5CB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB20

Black with #A5CB20

Text Example


Text Example

White with #A5CB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB20; }

 p { color: rgb(165,203,32); }

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

background-color css

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

 a { background-color: rgb(165,203,32); }

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

border-color css

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

 span { border-color: rgb(165,203,32); }

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