Html Css Color HEX #BCEC44 Conifer

📋 copy color: '#BCEC44'

red 188 ◦ green 236 ◦ blue 68

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

Shades of Conifer #BCEC44

Tints of Conifer #BCEC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.82%

R = 38.21%
G = 47.97%
B = 13.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#BCEC44 (or 0xBCEC44) is known color: Conifer. HEX triplet: BC, EC and 44. RGB value is (188,236,68). Sum of RGB (Red+Green+Blue) = 188+236+68=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC44 is #4313BB. Grayscale: #CBCBCB. Windows color (decimal): -4395964 or 4517052. OLE color: 4517052.

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

Color convert

RGB 188 236 68 -
CMYK 0.20 0 0.71 0.07
HSL 77.14º 0.82% 0.6% -
HSV(B) 77.14º 0.71% 0.93% -
XYZ 51.78 71.1 16.46 -
YUV 202.5 52.1 117.66 -
System Red Green Blue C M Y K H S L
Decimal 188 236 68 0.20 0 0.71 0.07 77.14 0.82 0.6
Hex BC EC 44 14 0 47 7 4D 52 3C
Octal 274 354 104 24 0 107 7 115 122 74
Binary 10111100 11101100 1000100 10100 0 1000111 111 1001101 1010010 111100

Color Harmonies of #BCEC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC44

Black with #BCEC44

Text Example


Text Example

White with #BCEC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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