Html Css Color HEX #A8BF36 Yellow Green

📋 copy color: '#A8BF36'

red 168 ◦ green 191 ◦ blue 54

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

Shades of Yellow Green #A8BF36

Tints of Yellow Green #A8BF36

RGB

 RED value IS 168 (66.02% from 255) = 40.68%

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

 BLUE value IS 54 (21.48% from 255) = 13.08%

R = 40.68%
G = 46.25%
B = 13.08%

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

#A8BF36 (or 0xA8BF36) is known color: Yellow Green. HEX triplet: A8, BF and 36. RGB value is (168,191,54). Sum of RGB (Red+Green+Blue) = 168+191+54=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF36 is #5740C9. Grayscale: #A9A9A9. Windows color (decimal): -5718218 or 3588008. OLE color: 3588008.

HSL color Cylindrical-coordinate representation of color #A8BF36: hue angle of 70.07º degrees, saturation: 0.56, 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 #A8BF36 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 54 -
CMYK 0.12 0 0.72 0.25
HSL 70.07º 0.56% 0.48% -
HSV(B) 70.07º 0.72% 0.75% -
XYZ 35.45 45.85 10.47 -
YUV 168.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 168 191 54 0.12 0 0.72 0.25 70.07 0.56 0.48
Hex A8 BF 36 C 0 48 19 46 38 30
Octal 250 277 66 14 0 110 31 106 70 60
Binary 10101000 10111111 110110 1100 0 1001000 11001 1000110 111000 110000

Color Harmonies of #A8BF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF36

Black with #A8BF36

Text Example


Text Example

White with #A8BF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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