Html Css Color HEX #A0BF32 Yellow Green

📋 copy color: '#A0BF32'

red 160 ◦ green 191 ◦ blue 50

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

Shades of Yellow Green #A0BF32

Tints of Yellow Green #A0BF32

RGB

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

 GREEN value IS 191 (75% from 255) = 47.63%

 BLUE value IS 50 (19.92% from 255) = 12.47%

R = 39.9%
G = 47.63%
B = 12.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#A0BF32 (or 0xA0BF32) is known color: Yellow Green. HEX triplet: A0, BF and 32. RGB value is (160,191,50). Sum of RGB (Red+Green+Blue) = 160+191+50=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF32 is #5F40CD. Grayscale: #A6A6A6. Windows color (decimal): -6242510 or 3325856. OLE color: 3325856.

HSL color Cylindrical-coordinate representation of color #A0BF32: hue angle of 73.19º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0BF32 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 50 -
CMYK 0.16 0 0.74 0.25
HSL 73.19º 0.59% 0.47% -
HSV(B) 73.19º 0.74% 0.75% -
XYZ 33.7 44.97 9.92 -
YUV 165.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 160 191 50 0.16 0 0.74 0.25 73.19 0.59 0.47
Hex A0 BF 32 10 0 4A 19 49 3B 2F
Octal 240 277 62 20 0 112 31 111 73 57
Binary 10100000 10111111 110010 10000 0 1001010 11001 1001001 111011 101111

Color Harmonies of #A0BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF32

Black with #A0BF32

Text Example


Text Example

White with #A0BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF32; }

 p { color: rgb(160,191,50); }

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

background-color css

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

 a { background-color: rgb(160,191,50); }

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

border-color css

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

 span { border-color: rgb(160,191,50); }

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