Html Css Color HEX #BEDC5B Conifer

📋 copy color: '#BEDC5B'

red 190 ◦ green 220 ◦ blue 91

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

Shades of Conifer #BEDC5B

Tints of Conifer #BEDC5B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.91%

 BLUE value IS 91 (35.94% from 255) = 18.16%

R = 37.92%
G = 43.91%
B = 18.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#BEDC5B (or 0xBEDC5B) is known color: Conifer. HEX triplet: BE, DC and 5B. RGB value is (190,220,91). Sum of RGB (Red+Green+Blue) = 190+220+91=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC5B is #4123A4. Grayscale: #C4C4C4. Windows color (decimal): -4268965 or 6020286. OLE color: 6020286.

HSL color Cylindrical-coordinate representation of color #BEDC5B: hue angle of 73.95º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEDC5B is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 91 -
CMYK 0.14 0 0.59 0.14
HSL 73.95º 0.65% 0.61% -
HSV(B) 73.95º 0.59% 0.86% -
XYZ 48.72 62.89 19.47 -
YUV 196.32 68.56 123.49 -
System Red Green Blue C M Y K H S L
Decimal 190 220 91 0.14 0 0.59 0.14 73.95 0.65 0.61
Hex BE DC 5B E 0 3B E 4A 41 3D
Octal 276 334 133 16 0 73 16 112 101 75
Binary 10111110 11011100 1011011 1110 0 111011 1110 1001010 1000001 111101

Color Harmonies of #BEDC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC5B

Black with #BEDC5B

Text Example


Text Example

White with #BEDC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC5B; }

 p { color: rgb(190,220,91); }

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

background-color css

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

 a { background-color: rgb(190,220,91); }

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

border-color css

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

 span { border-color: rgb(190,220,91); }

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