Html Css Color HEX #BEDB50 Conifer

📋 copy color: '#BEDB50'

red 190 ◦ green 219 ◦ blue 80

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

Shades of Conifer #BEDB50

Tints of Conifer #BEDB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

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

R = 38.85%
G = 44.79%
B = 16.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#BEDB50 (or 0xBEDB50) is known color: Conifer. HEX triplet: BE, DB and 50. RGB value is (190,219,80). Sum of RGB (Red+Green+Blue) = 190+219+80=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB50 is #4124AF. Grayscale: #C3C3C3. Windows color (decimal): -4269232 or 5299134. OLE color: 5299134.

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

Color convert

RGB 190 219 80 -
CMYK 0.13 0 0.63 0.14
HSL 72.52º 0.66% 0.59% -
HSV(B) 72.52º 0.63% 0.86% -
XYZ 48.01 62.19 17.06 -
YUV 194.48 63.39 124.8 -
System Red Green Blue C M Y K H S L
Decimal 190 219 80 0.13 0 0.63 0.14 72.52 0.66 0.59
Hex BE DB 50 D 0 3F E 49 42 3B
Octal 276 333 120 15 0 77 16 111 102 73
Binary 10111110 11011011 1010000 1101 0 111111 1110 1001001 1000010 111011

Color Harmonies of #BEDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB50

Black with #BEDB50

Text Example


Text Example

White with #BEDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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