Html Css Color HEX #BED955 Conifer

📋 copy color: '#BED955'

red 190 ◦ green 217 ◦ blue 85

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

Shades of Conifer #BED955

Tints of Conifer #BED955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.28%

R = 38.62%
G = 44.11%
B = 17.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#BED955 (or 0xBED955) is known color: Conifer. HEX triplet: BE, D9 and 55. RGB value is (190,217,85). Sum of RGB (Red+Green+Blue) = 190+217+85=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #BED955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED955 is #4126AA. Grayscale: #C2C2C2. Windows color (decimal): -4269739 or 5626302. OLE color: 5626302.

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

Color convert

RGB 190 217 85 -
CMYK 0.12 0 0.61 0.15
HSL 72.27º 0.63% 0.59% -
HSV(B) 72.27º 0.61% 0.85% -
XYZ 47.69 61.23 17.9 -
YUV 193.88 66.55 125.23 -
System Red Green Blue C M Y K H S L
Decimal 190 217 85 0.12 0 0.61 0.15 72.27 0.63 0.59
Hex BE D9 55 C 0 3D F 48 3F 3B
Octal 276 331 125 14 0 75 17 110 77 73
Binary 10111110 11011001 1010101 1100 0 111101 1111 1001000 111111 111011

Color Harmonies of #BED955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED955

Black with #BED955

Text Example


Text Example

White with #BED955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED955; }

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

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

background-color css

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

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

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

border-color css

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

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

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