Html Css Color HEX #BEDA50 Conifer

📋 copy color: '#BEDA50'

red 190 ◦ green 218 ◦ blue 80

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

Shades of Conifer #BEDA50

Tints of Conifer #BEDA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.67%

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

R = 38.93%
G = 44.67%
B = 16.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#BEDA50 (or 0xBEDA50) is known color: Conifer. HEX triplet: BE, DA and 50. RGB value is (190,218,80). Sum of RGB (Red+Green+Blue) = 190+218+80=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA50 is #4125AF. Grayscale: #C2C2C2. Windows color (decimal): -4269488 or 5298878. OLE color: 5298878.

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

Color convert

RGB 190 218 80 -
CMYK 0.13 0 0.63 0.15
HSL 72.17º 0.65% 0.58% -
HSV(B) 72.17º 0.63% 0.85% -
XYZ 47.75 61.67 16.98 -
YUV 193.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 190 218 80 0.13 0 0.63 0.15 72.17 0.65 0.58
Hex BE DA 50 D 0 3F F 48 41 3A
Octal 276 332 120 15 0 77 17 110 101 72
Binary 10111110 11011010 1010000 1101 0 111111 1111 1001000 1000001 111010

Color Harmonies of #BEDA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA50

Black with #BEDA50

Text Example


Text Example

White with #BEDA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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