Html Css Color HEX #BCE95C Conifer

📋 copy color: '#BCE95C'

red 188 ◦ green 233 ◦ blue 92

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

Shades of Conifer #BCE95C

Tints of Conifer #BCE95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.93%

R = 36.65%
G = 45.42%
B = 17.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#BCE95C (or 0xBCE95C) is known color: Conifer. HEX triplet: BC, E9 and 5C. RGB value is (188,233,92). Sum of RGB (Red+Green+Blue) = 188+233+92=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE95C is #4316A3. Grayscale: #CBCBCB. Windows color (decimal): -4396708 or 6089148. OLE color: 6089148.

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

Color convert

RGB 188 233 92 -
CMYK 0.19 0 0.61 0.09
HSL 79.15º 0.76% 0.64% -
HSV(B) 79.15º 0.61% 0.91% -
XYZ 51.81 69.74 20.86 -
YUV 203.47 65.09 116.96 -
System Red Green Blue C M Y K H S L
Decimal 188 233 92 0.19 0 0.61 0.09 79.15 0.76 0.64
Hex BC E9 5C 13 0 3D 9 4F 4C 40
Octal 274 351 134 23 0 75 11 117 114 100
Binary 10111100 11101001 1011100 10011 0 111101 1001 1001111 1001100 1000000

Color Harmonies of #BCE95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE95C

Black with #BCE95C

Text Example


Text Example

White with #BCE95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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