Html Css Color HEX #BCE95D Conifer

📋 copy color: '#BCE95D'

red 188 ◦ green 233 ◦ blue 93

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

Shades of Conifer #BCE95D

Tints of Conifer #BCE95D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.33%

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

R = 36.58%
G = 45.33%
B = 18.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#BCE95D (or 0xBCE95D) is known color: Conifer. HEX triplet: BC, E9 and 5D. RGB value is (188,233,93). Sum of RGB (Red+Green+Blue) = 188+233+93=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE95D is #4316A2. Grayscale: #CCCCCC. Windows color (decimal): -4396707 or 6154684. OLE color: 6154684.

HSL color Cylindrical-coordinate representation of color #BCE95D: hue angle of 79.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCE95D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 93 -
CMYK 0.19 0 0.60 0.09
HSL 79.29º 0.76% 0.64% -
HSV(B) 79.29º 0.6% 0.91% -
XYZ 51.85 69.76 21.09 -
YUV 203.59 65.59 116.88 -
System Red Green Blue C M Y K H S L
Decimal 188 233 93 0.19 0 0.60 0.09 79.29 0.76 0.64
Hex BC E9 5D 13 0 3C 9 4F 4C 40
Octal 274 351 135 23 0 74 11 117 114 100
Binary 10111100 11101001 1011101 10011 0 111100 1001 1001111 1001100 1000000

Color Harmonies of #BCE95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE95D

Black with #BCE95D

Text Example


Text Example

White with #BCE95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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