Html Css Color HEX #BED95A Conifer

📋 copy color: '#BED95A'

red 190 ◦ green 217 ◦ blue 90

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

Shades of Conifer #BED95A

Tints of Conifer #BED95A

RGB

 RED value IS 190 (74.61% from 255) = 38.23%

 GREEN value IS 217 (85.16% from 255) = 43.66%

 BLUE value IS 90 (35.55% from 255) = 18.11%

R = 38.23%
G = 43.66%
B = 18.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#BED95A (or 0xBED95A) is known color: Conifer. HEX triplet: BE, D9 and 5A. RGB value is (190,217,90). Sum of RGB (Red+Green+Blue) = 190+217+90=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #BED95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED95A is #4126A5. Grayscale: #C2C2C2. Windows color (decimal): -4269734 or 5953982. OLE color: 5953982.

HSL color Cylindrical-coordinate representation of color #BED95A: hue angle of 72.76º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BED95A is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 90 -
CMYK 0.12 0 0.59 0.15
HSL 72.76º 0.63% 0.6% -
HSV(B) 72.76º 0.59% 0.85% -
XYZ 47.89 61.31 18.98 -
YUV 194.45 69.05 124.83 -
System Red Green Blue C M Y K H S L
Decimal 190 217 90 0.12 0 0.59 0.15 72.76 0.63 0.6
Hex BE D9 5A C 0 3B F 49 3F 3C
Octal 276 331 132 14 0 73 17 111 77 74
Binary 10111110 11011001 1011010 1100 0 111011 1111 1001001 111111 111100

Color Harmonies of #BED95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED95A

Black with #BED95A

Text Example


Text Example

White with #BED95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED95A; }

 p { color: rgb(190,217,90); }

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

background-color css

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

 a { background-color: rgb(190,217,90); }

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

border-color css

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

 span { border-color: rgb(190,217,90); }

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