Html Css Color HEX #A8BF35 Yellow Green

📋 copy color: '#A8BF35'

red 168 ◦ green 191 ◦ blue 53

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

Shades of Yellow Green #A8BF35

Tints of Yellow Green #A8BF35

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 value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#A8BF35 (or 0xA8BF35) is known color: 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

RGB 168 191 53 -
CMYK 0.12 0 0.72 0.25
HSL 70º 0.57% 0.48% -
HSV(B) 70º 0.72% 0.75% -
XYZ 35.42 45.84 10.35 -
YUV 168.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 168 191 53 0.12 0 0.72 0.25 70 0.57 0.48
Hex A8 BF 35 C 0 48 19 46 39 30
Octal 250 277 65 14 0 110 31 106 71 60
Binary 10101000 10111111 110101 1100 0 1001000 11001 1000110 111001 110000

Color Harmonies of #A8BF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF35

Black with #A8BF35

Text Example


Text Example

White with #A8BF35

Text Example


Text Example

HTML Codes & Css Web 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>