Html Css Color HEX #BEDC54 Conifer

📋 copy color: '#BEDC54'

red 190 ◦ green 220 ◦ blue 84

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

Shades of Conifer #BEDC54

Tints of Conifer #BEDC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17%

R = 38.46%
G = 44.53%
B = 17%

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

#BEDC54 (or 0xBEDC54) is known color: Conifer. HEX triplet: BE, DC and 54. RGB value is (190,220,84). Sum of RGB (Red+Green+Blue) = 190+220+84=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC54 is #4123AB. Grayscale: #C4C4C4. Windows color (decimal): -4268972 or 5561534. OLE color: 5561534.

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

Color convert

RGB 190 220 84 -
CMYK 0.14 0 0.62 0.14
HSL 73.24º 0.66% 0.6% -
HSV(B) 73.24º 0.62% 0.86% -
XYZ 48.43 62.77 17.95 -
YUV 195.53 65.06 124.06 -
System Red Green Blue C M Y K H S L
Decimal 190 220 84 0.14 0 0.62 0.14 73.24 0.66 0.6
Hex BE DC 54 E 0 3E E 49 42 3C
Octal 276 334 124 16 0 76 16 111 102 74
Binary 10111110 11011100 1010100 1110 0 111110 1110 1001001 1000010 111100

Color Harmonies of #BEDC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC54

Black with #BEDC54

Text Example


Text Example

White with #BEDC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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