Html Css Color HEX #A0BD34 Yellow Green

📋 copy color: '#A0BD34'

red 160 ◦ green 189 ◦ blue 52

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

Shades of Yellow Green #A0BD34

Tints of Yellow Green #A0BD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.97%

R = 39.9%
G = 47.13%
B = 12.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#A0BD34 (or 0xA0BD34) is known color: Yellow Green. HEX triplet: A0, BD and 34. RGB value is (160,189,52). Sum of RGB (Red+Green+Blue) = 160+189+52=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD34 is #5F42CB. Grayscale: #A5A5A5. Windows color (decimal): -6243020 or 3456416. OLE color: 3456416.

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

Color convert

RGB 160 189 52 -
CMYK 0.15 0 0.72 0.26
HSL 72.7º 0.57% 0.47% -
HSV(B) 72.7º 0.72% 0.74% -
XYZ 33.31 44.12 10.01 -
YUV 164.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 160 189 52 0.15 0 0.72 0.26 72.7 0.57 0.47
Hex A0 BD 34 F 0 48 1A 49 39 2F
Octal 240 275 64 17 0 110 32 111 71 57
Binary 10100000 10111101 110100 1111 0 1001000 11010 1001001 111001 101111

Color Harmonies of #A0BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD34

Black with #A0BD34

Text Example


Text Example

White with #A0BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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