Html Css Color HEX #BCE163 Conifer

📋 copy color: '#BCE163'

red 188 ◦ green 225 ◦ blue 99

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

Shades of Conifer #BCE163

Tints of Conifer #BCE163

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.95%

 BLUE value IS 99 (39.06% from 255) = 19.34%

R = 36.72%
G = 43.95%
B = 19.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#BCE163 (or 0xBCE163) is known color: Conifer. HEX triplet: BC, E1 and 63. RGB value is (188,225,99). Sum of RGB (Red+Green+Blue) = 188+225+99=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE163 is #431E9C. Grayscale: #C8C8C8. Windows color (decimal): -4398749 or 6545852. OLE color: 6545852.

HSL color Cylindrical-coordinate representation of color #BCE163: hue angle of 77.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCE163 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 99 -
CMYK 0.16 0 0.56 0.12
HSL 77.62º 0.68% 0.64% -
HSV(B) 77.62º 0.56% 0.88% -
XYZ 49.92 65.44 21.81 -
YUV 199.57 71.24 119.75 -
System Red Green Blue C M Y K H S L
Decimal 188 225 99 0.16 0 0.56 0.12 77.62 0.68 0.64
Hex BC E1 63 10 0 38 C 4E 44 40
Octal 274 341 143 20 0 70 14 116 104 100
Binary 10111100 11100001 1100011 10000 0 111000 1100 1001110 1000100 1000000

Color Harmonies of #BCE163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE163

Black with #BCE163

Text Example


Text Example

White with #BCE163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE163; }

 p { color: rgb(188,225,99); }

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

background-color css

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

 a { background-color: rgb(188,225,99); }

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

border-color css

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

 span { border-color: rgb(188,225,99); }

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