Html Css Color HEX #BCE466 Conifer

📋 copy color: '#BCE466'

red 188 ◦ green 228 ◦ blue 102

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

Shades of Conifer #BCE466

Tints of Conifer #BCE466

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.02%

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

R = 36.29%
G = 44.02%
B = 19.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#BCE466 (or 0xBCE466) is known color: Conifer. HEX triplet: BC, E4 and 66. RGB value is (188,228,102). Sum of RGB (Red+Green+Blue) = 188+228+102=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE466 is #431B99. Grayscale: #CACACA. Windows color (decimal): -4397978 or 6743228. OLE color: 6743228.

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

Color convert

RGB 188 228 102 -
CMYK 0.18 0 0.55 0.11
HSL 79.05º 0.7% 0.65% -
HSV(B) 79.05º 0.55% 0.89% -
XYZ 50.88 67.14 22.85 -
YUV 201.68 71.75 118.25 -
System Red Green Blue C M Y K H S L
Decimal 188 228 102 0.18 0 0.55 0.11 79.05 0.7 0.65
Hex BC E4 66 12 0 37 B 4F 46 41
Octal 274 344 146 22 0 67 13 117 106 101
Binary 10111100 11100100 1100110 10010 0 110111 1011 1001111 1000110 1000001

Color Harmonies of #BCE466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE466

Black with #BCE466

Text Example


Text Example

White with #BCE466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE466; }

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

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

background-color css

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

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

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

border-color css

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

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

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