Html Css Color HEX #BCE266 Conifer

📋 copy color: '#BCE266'

red 188 ◦ green 226 ◦ blue 102

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

Shades of Conifer #BCE266

Tints of Conifer #BCE266

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.8%

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

R = 36.43%
G = 43.8%
B = 19.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#BCE266 (or 0xBCE266) is known color: Conifer. HEX triplet: BC, E2 and 66. RGB value is (188,226,102). Sum of RGB (Red+Green+Blue) = 188+226+102=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE266 is #431D99. Grayscale: #C8C8C8. Windows color (decimal): -4398490 or 6742716. OLE color: 6742716.

HSL color Cylindrical-coordinate representation of color #BCE266: hue angle of 78.39º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCE266 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 102 -
CMYK 0.17 0 0.55 0.11
HSL 78.39º 0.68% 0.64% -
HSV(B) 78.39º 0.55% 0.89% -
XYZ 50.33 66.04 22.67 -
YUV 200.5 72.41 119.08 -
System Red Green Blue C M Y K H S L
Decimal 188 226 102 0.17 0 0.55 0.11 78.39 0.68 0.64
Hex BC E2 66 11 0 37 B 4E 44 40
Octal 274 342 146 21 0 67 13 116 104 100
Binary 10111100 11100010 1100110 10001 0 110111 1011 1001110 1000100 1000000

Color Harmonies of #BCE266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE266

Black with #BCE266

Text Example


Text Example

White with #BCE266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE266; }

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

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

background-color css

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

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

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

border-color css

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

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

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