Html Css Color HEX #BEDC53 Conifer

📋 copy color: '#BEDC53'

red 190 ◦ green 220 ◦ blue 83

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

Shades of Conifer #BEDC53

Tints of Conifer #BEDC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.84%

R = 38.54%
G = 44.62%
B = 16.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#BEDC53 (or 0xBEDC53) is known color: Conifer. HEX triplet: BE, DC and 53. RGB value is (190,220,83). Sum of RGB (Red+Green+Blue) = 190+220+83=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC53 is #4123AC. Grayscale: #C3C3C3. Windows color (decimal): -4268973 or 5495998. OLE color: 5495998.

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

Color convert

RGB 190 220 83 -
CMYK 0.14 0 0.62 0.14
HSL 73.14º 0.66% 0.59% -
HSV(B) 73.14º 0.62% 0.86% -
XYZ 48.39 62.76 17.75 -
YUV 195.41 64.56 124.14 -
System Red Green Blue C M Y K H S L
Decimal 190 220 83 0.14 0 0.62 0.14 73.14 0.66 0.59
Hex BE DC 53 E 0 3E E 49 42 3B
Octal 276 334 123 16 0 76 16 111 102 73
Binary 10111110 11011100 1010011 1110 0 111110 1110 1001001 1000010 111011

Color Harmonies of #BEDC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC53

Black with #BEDC53

Text Example


Text Example

White with #BEDC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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