Html Css Color HEX #BED94A Conifer

📋 copy color: '#BED94A'

red 190 ◦ green 217 ◦ blue 74

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

Shades of Conifer #BED94A

Tints of Conifer #BED94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.38%

R = 39.5%
G = 45.11%
B = 15.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#BED94A (or 0xBED94A) is known color: Conifer. HEX triplet: BE, D9 and 4A. RGB value is (190,217,74). Sum of RGB (Red+Green+Blue) = 190+217+74=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #BED94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED94A is #4126B5. Grayscale: #C1C1C1. Windows color (decimal): -4269750 or 4905406. OLE color: 4905406.

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

Color convert

RGB 190 217 74 -
CMYK 0.12 0 0.66 0.15
HSL 71.33º 0.65% 0.57% -
HSV(B) 71.33º 0.66% 0.85% -
XYZ 47.28 61.07 15.77 -
YUV 192.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 190 217 74 0.12 0 0.66 0.15 71.33 0.65 0.57
Hex BE D9 4A C 0 42 F 47 41 39
Octal 276 331 112 14 0 102 17 107 101 71
Binary 10111110 11011001 1001010 1100 0 1000010 1111 1000111 1000001 111001

Color Harmonies of #BED94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED94A

Black with #BED94A

Text Example


Text Example

White with #BED94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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