Html Css Color HEX #BEDE50 Conifer

📋 copy color: '#BEDE50'

red 190 ◦ green 222 ◦ blue 80

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

Shades of Conifer #BEDE50

Tints of Conifer #BEDE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.12%

 BLUE value IS 80 (31.64% from 255) = 16.26%

R = 38.62%
G = 45.12%
B = 16.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#BEDE50 (or 0xBEDE50) is known color: Conifer. HEX triplet: BE, DE and 50. RGB value is (190,222,80). Sum of RGB (Red+Green+Blue) = 190+222+80=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE50 is #4121AF. Grayscale: #C4C4C4. Windows color (decimal): -4268464 or 5299902. OLE color: 5299902.

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

Color convert

RGB 190 222 80 -
CMYK 0.14 0 0.64 0.13
HSL 73.52º 0.68% 0.59% -
HSV(B) 73.52º 0.64% 0.87% -
XYZ 48.8 63.77 17.33 -
YUV 196.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 190 222 80 0.14 0 0.64 0.13 73.52 0.68 0.59
Hex BE DE 50 E 0 40 D 4A 44 3B
Octal 276 336 120 16 0 100 15 112 104 73
Binary 10111110 11011110 1010000 1110 0 1000000 1101 1001010 1000100 111011

Color Harmonies of #BEDE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE50

Black with #BEDE50

Text Example


Text Example

White with #BEDE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE50; }

 p { color: rgb(190,222,80); }

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

background-color css

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

 a { background-color: rgb(190,222,80); }

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

border-color css

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

 span { border-color: rgb(190,222,80); }

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