Html Css Color HEX #BCE246 Conifer

📋 copy color: '#BCE246'

red 188 ◦ green 226 ◦ blue 70

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

Shades of Conifer #BCE246

Tints of Conifer #BCE246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.46%

R = 38.84%
G = 46.69%
B = 14.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#BCE246 (or 0xBCE246) is known color: Conifer. HEX triplet: BC, E2 and 46. RGB value is (188,226,70). Sum of RGB (Red+Green+Blue) = 188+226+70=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE246 is #431DB9. Grayscale: #C5C5C5. Windows color (decimal): -4398522 or 4645564. OLE color: 4645564.

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

Color convert

RGB 188 226 70 -
CMYK 0.17 0 0.69 0.11
HSL 74.62º 0.73% 0.58% -
HSV(B) 74.62º 0.69% 0.89% -
XYZ 49.04 65.53 15.86 -
YUV 196.85 56.41 121.68 -
System Red Green Blue C M Y K H S L
Decimal 188 226 70 0.17 0 0.69 0.11 74.62 0.73 0.58
Hex BC E2 46 11 0 45 B 4B 49 3A
Octal 274 342 106 21 0 105 13 113 111 72
Binary 10111100 11100010 1000110 10001 0 1000101 1011 1001011 1001001 111010

Color Harmonies of #BCE246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE246

Black with #BCE246

Text Example


Text Example

White with #BCE246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE246; }

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

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

background-color css

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

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

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

border-color css

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

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

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