Html Css Color HEX #BEDD56 Conifer

📋 copy color: '#BEDD56'

red 190 ◦ green 221 ◦ blue 86

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

Shades of Conifer #BEDD56

Tints of Conifer #BEDD56

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.47%

 BLUE value IS 86 (33.98% from 255) = 17.3%

R = 38.23%
G = 44.47%
B = 17.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#BEDD56 (or 0xBEDD56) is known color: Conifer. HEX triplet: BE, DD and 56. RGB value is (190,221,86). Sum of RGB (Red+Green+Blue) = 190+221+86=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD56 is #4122A9. Grayscale: #C4C4C4. Windows color (decimal): -4268714 or 5692862. OLE color: 5692862.

HSL color Cylindrical-coordinate representation of color #BEDD56: hue angle of 73.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEDD56 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 86 -
CMYK 0.14 0 0.61 0.13
HSL 73.78º 0.67% 0.6% -
HSV(B) 73.78º 0.61% 0.87% -
XYZ 48.77 63.33 18.46 -
YUV 196.34 65.73 123.48 -
System Red Green Blue C M Y K H S L
Decimal 190 221 86 0.14 0 0.61 0.13 73.78 0.67 0.6
Hex BE DD 56 E 0 3D D 4A 43 3C
Octal 276 335 126 16 0 75 15 112 103 74
Binary 10111110 11011101 1010110 1110 0 111101 1101 1001010 1000011 111100

Color Harmonies of #BEDD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD56

Black with #BEDD56

Text Example


Text Example

White with #BEDD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD56; }

 p { color: rgb(190,221,86); }

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

background-color css

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

 a { background-color: rgb(190,221,86); }

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

border-color css

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

 span { border-color: rgb(190,221,86); }

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