Html Css Color HEX #BCEE5D Conifer

📋 copy color: '#BCEE5D'

red 188 ◦ green 238 ◦ blue 93

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

Shades of Conifer #BCEE5D

Tints of Conifer #BCEE5D

RGB

 RED value IS 188 (73.83% from 255) = 36.22%

 GREEN value IS 238 (93.36% from 255) = 45.86%

 BLUE value IS 93 (36.72% from 255) = 17.92%

R = 36.22%
G = 45.86%
B = 17.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#BCEE5D (or 0xBCEE5D) is known color: Conifer. HEX triplet: BC, EE and 5D. RGB value is (188,238,93). Sum of RGB (Red+Green+Blue) = 188+238+93=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE5D is #4311A2. Grayscale: #CFCFCF. Windows color (decimal): -4395427 or 6155964. OLE color: 6155964.

HSL color Cylindrical-coordinate representation of color #BCEE5D: hue angle of 80.69º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCEE5D is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 93 -
CMYK 0.21 0 0.61 0.07
HSL 80.69º 0.81% 0.65% -
HSV(B) 80.69º 0.61% 0.93% -
XYZ 53.29 72.63 21.57 -
YUV 206.52 63.94 114.79 -
System Red Green Blue C M Y K H S L
Decimal 188 238 93 0.21 0 0.61 0.07 80.69 0.81 0.65
Hex BC EE 5D 15 0 3D 7 51 51 41
Octal 274 356 135 25 0 75 7 121 121 101
Binary 10111100 11101110 1011101 10101 0 111101 111 1010001 1010001 1000001

Color Harmonies of #BCEE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE5D

Black with #BCEE5D

Text Example


Text Example

White with #BCEE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE5D; }

 p { color: rgb(188,238,93); }

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

background-color css

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

 a { background-color: rgb(188,238,93); }

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

border-color css

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

 span { border-color: rgb(188,238,93); }

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