Html Css Color HEX #BCED5D Conifer

📋 copy color: '#BCED5D'

red 188 ◦ green 237 ◦ blue 93

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

Shades of Conifer #BCED5D

Tints of Conifer #BCED5D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.75%

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

R = 36.29%
G = 45.75%
B = 17.95%

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

#BCED5D (or 0xBCED5D) is known color: Conifer. HEX triplet: BC, ED and 5D. RGB value is (188,237,93). Sum of RGB (Red+Green+Blue) = 188+237+93=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED5D is #4312A2. Grayscale: #CECECE. Windows color (decimal): -4395683 or 6155708. OLE color: 6155708.

HSL color Cylindrical-coordinate representation of color #BCED5D: hue angle of 80.42º degrees, saturation: 0.8, 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 #BCED5D is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 93 -
CMYK 0.21 0 0.61 0.07
HSL 80.42º 0.8% 0.65% -
HSV(B) 80.42º 0.61% 0.93% -
XYZ 53 72.05 21.47 -
YUV 205.93 64.27 115.21 -
System Red Green Blue C M Y K H S L
Decimal 188 237 93 0.21 0 0.61 0.07 80.42 0.8 0.65
Hex BC ED 5D 15 0 3D 7 50 50 41
Octal 274 355 135 25 0 75 7 120 120 101
Binary 10111100 11101101 1011101 10101 0 111101 111 1010000 1010000 1000001

Color Harmonies of #BCED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED5D

Black with #BCED5D

Text Example


Text Example

White with #BCED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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