Html Css Color HEX #BEDC52 Conifer

📋 copy color: '#BEDC52'

red 190 ◦ green 220 ◦ blue 82

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

Shades of Conifer #BEDC52

Tints of Conifer #BEDC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.67%

R = 38.62%
G = 44.72%
B = 16.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#BEDC52 (or 0xBEDC52) is known color: Conifer. HEX triplet: BE, DC and 52. RGB value is (190,220,82). Sum of RGB (Red+Green+Blue) = 190+220+82=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC52 is #4123AD. Grayscale: #C3C3C3. Windows color (decimal): -4268974 or 5430462. OLE color: 5430462.

HSL color Cylindrical-coordinate representation of color #BEDC52: hue angle of 73.04º 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 #BEDC52 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 82 -
CMYK 0.14 0 0.63 0.14
HSL 73.04º 0.66% 0.59% -
HSV(B) 73.04º 0.63% 0.86% -
XYZ 48.35 62.74 17.54 -
YUV 195.3 64.06 124.22 -
System Red Green Blue C M Y K H S L
Decimal 190 220 82 0.14 0 0.63 0.14 73.04 0.66 0.59
Hex BE DC 52 E 0 3F E 49 42 3B
Octal 276 334 122 16 0 77 16 111 102 73
Binary 10111110 11011100 1010010 1110 0 111111 1110 1001001 1000010 111011

Color Harmonies of #BEDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC52

Black with #BEDC52

Text Example


Text Example

White with #BEDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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