Html Css Color HEX #A0BB33 Yellow Green

📋 copy color: '#A0BB33'

red 160 ◦ green 187 ◦ blue 51

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

Shades of Yellow Green #A0BB33

Tints of Yellow Green #A0BB33

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.98%

 BLUE value IS 51 (20.31% from 255) = 12.81%

R = 40.2%
G = 46.98%
B = 12.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#A0BB33 (or 0xA0BB33) is known color: Yellow Green. HEX triplet: A0, BB and 33. RGB value is (160,187,51). Sum of RGB (Red+Green+Blue) = 160+187+51=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BB33 is #5F44CC. Grayscale: #A3A3A3. Windows color (decimal): -6243533 or 3390368. OLE color: 3390368.

HSL color Cylindrical-coordinate representation of color #A0BB33: hue angle of 71.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0BB33 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 187 51 -
CMYK 0.14 0 0.73 0.27
HSL 71.91º 0.57% 0.47% -
HSV(B) 71.91º 0.73% 0.73% -
XYZ 32.87 43.25 9.75 -
YUV 163.42 64.55 125.56 -
System Red Green Blue C M Y K H S L
Decimal 160 187 51 0.14 0 0.73 0.27 71.91 0.57 0.47
Hex A0 BB 33 E 0 49 1B 48 39 2F
Octal 240 273 63 16 0 111 33 110 71 57
Binary 10100000 10111011 110011 1110 0 1001001 11011 1001000 111001 101111

Color Harmonies of #A0BB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BB33

Black with #A0BB33

Text Example


Text Example

White with #A0BB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BB33; }

 p { color: rgb(160,187,51); }

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

background-color css

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

 a { background-color: rgb(160,187,51); }

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

border-color css

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

 span { border-color: rgb(160,187,51); }

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