Html Css Color HEX #BED94B Conifer

📋 copy color: '#BED94B'

red 190 ◦ green 217 ◦ blue 75

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

Shades of Conifer #BED94B

Tints of Conifer #BED94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.56%

R = 39.42%
G = 45.02%
B = 15.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BED94B (or 0xBED94B) is known color: Conifer. HEX triplet: BE, D9 and 4B. RGB value is (190,217,75). Sum of RGB (Red+Green+Blue) = 190+217+75=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #BED94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED94B is #4126B4. Grayscale: #C1C1C1. Windows color (decimal): -4269749 or 4970942. OLE color: 4970942.

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

Color convert

RGB 190 217 75 -
CMYK 0.12 0 0.65 0.15
HSL 71.41º 0.65% 0.57% -
HSV(B) 71.41º 0.65% 0.85% -
XYZ 47.32 61.08 15.95 -
YUV 192.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 190 217 75 0.12 0 0.65 0.15 71.41 0.65 0.57
Hex BE D9 4B C 0 41 F 47 41 39
Octal 276 331 113 14 0 101 17 107 101 71
Binary 10111110 11011001 1001011 1100 0 1000001 1111 1000111 1000001 111001

Color Harmonies of #BED94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED94B

Black with #BED94B

Text Example


Text Example

White with #BED94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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