Html Css Color HEX #BCE147 Conifer

📋 copy color: '#BCE147'

red 188 ◦ green 225 ◦ blue 71

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

Shades of Conifer #BCE147

Tints of Conifer #BCE147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.67%

R = 38.84%
G = 46.49%
B = 14.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#BCE147 (or 0xBCE147) is known color: Conifer. HEX triplet: BC, E1 and 47. RGB value is (188,225,71). Sum of RGB (Red+Green+Blue) = 188+225+71=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE147 is #431EB8. Grayscale: #C4C4C4. Windows color (decimal): -4398777 or 4710844. OLE color: 4710844.

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

Color convert

RGB 188 225 71 -
CMYK 0.16 0 0.68 0.12
HSL 74.42º 0.72% 0.58% -
HSV(B) 74.42º 0.68% 0.88% -
XYZ 48.8 65 15.93 -
YUV 196.38 57.24 122.02 -
System Red Green Blue C M Y K H S L
Decimal 188 225 71 0.16 0 0.68 0.12 74.42 0.72 0.58
Hex BC E1 47 10 0 44 C 4A 48 3A
Octal 274 341 107 20 0 104 14 112 110 72
Binary 10111100 11100001 1000111 10000 0 1000100 1100 1001010 1001000 111010

Color Harmonies of #BCE147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE147

Black with #BCE147

Text Example


Text Example

White with #BCE147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE147; }

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

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

background-color css

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

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

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

border-color css

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

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

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