Html Css Color HEX #BCEC64 Conifer

📋 copy color: '#BCEC64'

red 188 ◦ green 236 ◦ blue 100

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

Shades of Conifer #BCEC64

Tints of Conifer #BCEC64

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.04%

 BLUE value IS 100 (39.45% from 255) = 19.08%

R = 35.88%
G = 45.04%
B = 19.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#BCEC64 (or 0xBCEC64) is known color: Conifer. HEX triplet: BC, EC and 64. RGB value is (188,236,100). Sum of RGB (Red+Green+Blue) = 188+236+100=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC64 is #43139B. Grayscale: #CECECE. Windows color (decimal): -4395932 or 6614204. OLE color: 6614204.

HSL color Cylindrical-coordinate representation of color #BCEC64: hue angle of 81.18º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCEC64 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 100 -
CMYK 0.20 0 0.58 0.07
HSL 81.18º 0.78% 0.66% -
HSV(B) 81.18º 0.58% 0.93% -
XYZ 53.03 71.6 23.08 -
YUV 206.14 68.1 115.06 -
System Red Green Blue C M Y K H S L
Decimal 188 236 100 0.20 0 0.58 0.07 81.18 0.78 0.66
Hex BC EC 64 14 0 3A 7 51 4E 42
Octal 274 354 144 24 0 72 7 121 116 102
Binary 10111100 11101100 1100100 10100 0 111010 111 1010001 1001110 1000010

Color Harmonies of #BCEC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC64

Black with #BCEC64

Text Example


Text Example

White with #BCEC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC64; }

 p { color: rgb(188,236,100); }

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

background-color css

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

 a { background-color: rgb(188,236,100); }

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

border-color css

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

 span { border-color: rgb(188,236,100); }

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