Html Css Color HEX #BCE166 Conifer

📋 copy color: '#BCE166'

red 188 ◦ green 225 ◦ blue 102

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

Shades of Conifer #BCE166

Tints of Conifer #BCE166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.81%

R = 36.5%
G = 43.69%
B = 19.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#BCE166 (or 0xBCE166) is known color: Conifer. HEX triplet: BC, E1 and 66. RGB value is (188,225,102). Sum of RGB (Red+Green+Blue) = 188+225+102=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE166 is #431E99. Grayscale: #C8C8C8. Windows color (decimal): -4398746 or 6742460. OLE color: 6742460.

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

Color convert

RGB 188 225 102 -
CMYK 0.16 0 0.55 0.12
HSL 78.05º 0.67% 0.64% -
HSV(B) 78.05º 0.55% 0.88% -
XYZ 50.06 65.5 22.57 -
YUV 199.92 72.74 119.5 -
System Red Green Blue C M Y K H S L
Decimal 188 225 102 0.16 0 0.55 0.12 78.05 0.67 0.64
Hex BC E1 66 10 0 37 C 4E 43 40
Octal 274 341 146 20 0 67 14 116 103 100
Binary 10111100 11100001 1100110 10000 0 110111 1100 1001110 1000011 1000000

Color Harmonies of #BCE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE166

Black with #BCE166

Text Example


Text Example

White with #BCE166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE166; }

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

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

background-color css

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

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

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

border-color css

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

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

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