#a8bf35

Color #A8BF35 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A8BF35

Tints of Yellow Green #A8BF35

Color information

#A8BF35 (or 0xA8BF35) is unknown color: approx Yellow Green. HEX triplet: A8, BF and 35. RGB value is (168,191,53). Sum of RGB (Red+Green+Blue) = 168+191+53=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF35 is #5740CA. Grayscale: #A8A8A8. Windows color (decimal): -5718219 or 3522472. OLE color: 3522472.

HSL color Cylindrical-coordinate representation of color #A8BF35: hue angle of 70º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8BF35 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB16819153-
CMYK0.1200.720.25
HSL70º56.56%47.84%-
HSV(B)70º72.25%74.9%-
XYZ35.4245.8410.35-
YUV168.3962.88127.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 191 (75% from 255) = 46.36%
BLUE value IS 53 (21.09% from 255) = 12.86%
R=40.78%
G=46.36%
B=12.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168191530.1200.720.257056.5647.84
HexA8BF35C04819463930
Octal25027765140110311067160
Binary1010100010111111110101110001001000110011000110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8bf35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8bf35; }

 p { color: rgb(168,191,53); }

 H1.HeaderClassName
 {
   color: #a8bf35;
 }
 .AnyTagClassName
 {
   color: #a8bf35;
 }
</style>
background-color css

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

 a { background-color: rgb(168,191,53); }

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

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

 span { border-color: rgb(168,191,53); }

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