Html Css Color HEX #BEDC4B Conifer

📋 copy color: '#BEDC4B'

red 190 ◦ green 220 ◦ blue 75

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

Shades of Conifer #BEDC4B

Tints of Conifer #BEDC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.46%

R = 39.18%
G = 45.36%
B = 15.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#BEDC4B (or 0xBEDC4B) is known color: Conifer. HEX triplet: BE, DC and 4B. RGB value is (190,220,75). Sum of RGB (Red+Green+Blue) = 190+220+75=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDC4B is #4123B4. Grayscale: #C3C3C3. Windows color (decimal): -4268981 or 4971710. OLE color: 4971710.

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

Color convert

RGB 190 220 75 -
CMYK 0.14 0 0.66 0.14
HSL 72.41º 0.67% 0.58% -
HSV(B) 72.41º 0.66% 0.86% -
XYZ 48.1 62.64 16.21 -
YUV 194.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 190 220 75 0.14 0 0.66 0.14 72.41 0.67 0.58
Hex BE DC 4B E 0 42 E 48 43 3A
Octal 276 334 113 16 0 102 16 110 103 72
Binary 10111110 11011100 1001011 1110 0 1000010 1110 1001000 1000011 111010

Color Harmonies of #BEDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC4B

Black with #BEDC4B

Text Example


Text Example

White with #BEDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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