Html Css Color HEX #BCEC58 Conifer

📋 copy color: '#BCEC58'

red 188 ◦ green 236 ◦ blue 88

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

Shades of Conifer #BCEC58

Tints of Conifer #BCEC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.19%

R = 36.72%
G = 46.09%
B = 17.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#BCEC58 (or 0xBCEC58) is known color: Conifer. HEX triplet: BC, EC and 58. RGB value is (188,236,88). Sum of RGB (Red+Green+Blue) = 188+236+88=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC58 is #4313A7. Grayscale: #CDCDCD. Windows color (decimal): -4395944 or 5827772. OLE color: 5827772.

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

Color convert

RGB 188 236 88 -
CMYK 0.20 0 0.63 0.07
HSL 79.46º 0.8% 0.64% -
HSV(B) 79.46º 0.63% 0.93% -
XYZ 52.5 71.39 20.24 -
YUV 204.78 62.1 116.03 -
System Red Green Blue C M Y K H S L
Decimal 188 236 88 0.20 0 0.63 0.07 79.46 0.8 0.64
Hex BC EC 58 14 0 3F 7 4F 50 40
Octal 274 354 130 24 0 77 7 117 120 100
Binary 10111100 11101100 1011000 10100 0 111111 111 1001111 1010000 1000000

Color Harmonies of #BCEC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC58

Black with #BCEC58

Text Example


Text Example

White with #BCEC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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