Html Css Color HEX #BCE047 Conifer

📋 copy color: '#BCE047'

red 188 ◦ green 224 ◦ blue 71

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

Shades of Conifer #BCE047

Tints of Conifer #BCE047

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.38%

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

R = 38.92%
G = 46.38%
B = 14.7%

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

#BCE047 (or 0xBCE047) is known color: Conifer. HEX triplet: BC, E0 and 47. RGB value is (188,224,71). Sum of RGB (Red+Green+Blue) = 188+224+71=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE047 is #431FB8. Grayscale: #C4C4C4. Windows color (decimal): -4399033 or 4710588. OLE color: 4710588.

HSL color Cylindrical-coordinate representation of color #BCE047: hue angle of 74.12º degrees, saturation: 0.71, 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 #BCE047 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 71 -
CMYK 0.16 0 0.68 0.12
HSL 74.12º 0.71% 0.58% -
HSV(B) 74.12º 0.68% 0.88% -
XYZ 48.53 64.46 15.84 -
YUV 195.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 188 224 71 0.16 0 0.68 0.12 74.12 0.71 0.58
Hex BC E0 47 10 0 44 C 4A 47 3A
Octal 274 340 107 20 0 104 14 112 107 72
Binary 10111100 11100000 1000111 10000 0 1000100 1100 1001010 1000111 111010

Color Harmonies of #BCE047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE047

Black with #BCE047

Text Example


Text Example

White with #BCE047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE047; }

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

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

background-color css

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

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

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

border-color css

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

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

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