Html Css Color HEX #A0BD3B Yellow Green

📋 copy color: '#A0BD3B'

red 160 ◦ green 189 ◦ blue 59

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

Shades of Yellow Green #A0BD3B

Tints of Yellow Green #A0BD3B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.32%

 BLUE value IS 59 (23.44% from 255) = 14.46%

R = 39.22%
G = 46.32%
B = 14.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#A0BD3B (or 0xA0BD3B) is known color: Yellow Green. HEX triplet: A0, BD and 3B. RGB value is (160,189,59). Sum of RGB (Red+Green+Blue) = 160+189+59=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD3B is #5F42C4. Grayscale: #A6A6A6. Windows color (decimal): -6243013 or 3915168. OLE color: 3915168.

HSL color Cylindrical-coordinate representation of color #A0BD3B: hue angle of 73.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0BD3B is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 189 59 -
CMYK 0.15 0 0.69 0.26
HSL 73.38º 0.52% 0.49% -
HSV(B) 73.38º 0.69% 0.74% -
XYZ 33.48 44.18 10.9 -
YUV 165.51 67.89 124.07 -
System Red Green Blue C M Y K H S L
Decimal 160 189 59 0.15 0 0.69 0.26 73.38 0.52 0.49
Hex A0 BD 3B F 0 45 1A 49 34 31
Octal 240 275 73 17 0 105 32 111 64 61
Binary 10100000 10111101 111011 1111 0 1000101 11010 1001001 110100 110001

Color Harmonies of #A0BD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD3B

Black with #A0BD3B

Text Example


Text Example

White with #A0BD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD3B; }

 p { color: rgb(160,189,59); }

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

background-color css

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

 a { background-color: rgb(160,189,59); }

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

border-color css

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

 span { border-color: rgb(160,189,59); }

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