Html Css Color HEX #BCE446 Conifer

📋 copy color: '#BCE446'

red 188 ◦ green 228 ◦ blue 70

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

Shades of Conifer #BCE446

Tints of Conifer #BCE446

RGB

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

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

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

R = 38.68%
G = 46.91%
B = 14.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#BCE446 (or 0xBCE446) is known color: Conifer. HEX triplet: BC, E4 and 46. RGB value is (188,228,70). Sum of RGB (Red+Green+Blue) = 188+228+70=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE446 is #431BB9. Grayscale: #C6C6C6. Windows color (decimal): -4398010 or 4646076. OLE color: 4646076.

HSL color Cylindrical-coordinate representation of color #BCE446: hue angle of 75.19º degrees, saturation: 0.75, 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 #BCE446 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 70 -
CMYK 0.18 0 0.69 0.11
HSL 75.19º 0.75% 0.58% -
HSV(B) 75.19º 0.69% 0.89% -
XYZ 49.59 66.62 16.04 -
YUV 198.03 55.75 120.85 -
System Red Green Blue C M Y K H S L
Decimal 188 228 70 0.18 0 0.69 0.11 75.19 0.75 0.58
Hex BC E4 46 12 0 45 B 4B 4B 3A
Octal 274 344 106 22 0 105 13 113 113 72
Binary 10111100 11100100 1000110 10010 0 1000101 1011 1001011 1001011 111010

Color Harmonies of #BCE446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE446

Black with #BCE446

Text Example


Text Example

White with #BCE446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE446; }

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

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

background-color css

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

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

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

border-color css

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

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

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