Html Css Color HEX #BEDB49 Conifer

📋 copy color: '#BEDB49'

red 190 ◦ green 219 ◦ blue 73

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

Shades of Conifer #BEDB49

Tints of Conifer #BEDB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.15%

R = 39.42%
G = 45.44%
B = 15.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#BEDB49 (or 0xBEDB49) is known color: Conifer. HEX triplet: BE, DB and 49. RGB value is (190,219,73). Sum of RGB (Red+Green+Blue) = 190+219+73=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB49 is #4124B6. Grayscale: #C2C2C2. Windows color (decimal): -4269239 or 4840382. OLE color: 4840382.

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

Color convert

RGB 190 219 73 -
CMYK 0.13 0 0.67 0.14
HSL 71.92º 0.67% 0.57% -
HSV(B) 71.92º 0.67% 0.86% -
XYZ 47.77 62.09 15.77 -
YUV 193.69 59.89 125.37 -
System Red Green Blue C M Y K H S L
Decimal 190 219 73 0.13 0 0.67 0.14 71.92 0.67 0.57
Hex BE DB 49 D 0 43 E 48 43 39
Octal 276 333 111 15 0 103 16 110 103 71
Binary 10111110 11011011 1001001 1101 0 1000011 1110 1001000 1000011 111001

Color Harmonies of #BEDB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB49

Black with #BEDB49

Text Example


Text Example

White with #BEDB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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