Html Css Color HEX #A0CB21 Bahia

📋 copy color: '#A0CB21'

red 160 ◦ green 203 ◦ blue 33

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

Shades of Bahia #A0CB21

Tints of Bahia #A0CB21

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

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

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

R = 40.4%
G = 51.26%
B = 8.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#A0CB21 (or 0xA0CB21) is known color: Bahia. HEX triplet: A0, CB and 21. RGB value is (160,203,33). Sum of RGB (Red+Green+Blue) = 160+203+33=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CB21 is #5F34DE. Grayscale: #ABABAB. Windows color (decimal): -6239455 or 2214816. OLE color: 2214816.

HSL color Cylindrical-coordinate representation of color #A0CB21: hue angle of 75.18º degrees, saturation: 0.72, 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 #A0CB21 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 33 -
CMYK 0.21 0 0.84 0.20
HSL 75.18º 0.72% 0.46% -
HSV(B) 75.18º 0.84% 0.8% -
XYZ 36.13 50.3 9.24 -
YUV 170.76 50.25 120.32 -
System Red Green Blue C M Y K H S L
Decimal 160 203 33 0.21 0 0.84 0.20 75.18 0.72 0.46
Hex A0 CB 21 15 0 54 14 4B 48 2E
Octal 240 313 41 25 0 124 24 113 110 56
Binary 10100000 11001011 100001 10101 0 1010100 10100 1001011 1001000 101110

Color Harmonies of #A0CB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB21

Black with #A0CB21

Text Example


Text Example

White with #A0CB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB21; }

 p { color: rgb(160,203,33); }

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

background-color css

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

 a { background-color: rgb(160,203,33); }

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

border-color css

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

 span { border-color: rgb(160,203,33); }

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