Html Css Color HEX #BCE154 Conifer

📋 copy color: '#BCE154'

red 188 ◦ green 225 ◦ blue 84

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

Shades of Conifer #BCE154

Tints of Conifer #BCE154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.9%

R = 37.83%
G = 45.27%
B = 16.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#BCE154 (or 0xBCE154) is known color: Conifer. HEX triplet: BC, E1 and 54. RGB value is (188,225,84). Sum of RGB (Red+Green+Blue) = 188+225+84=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE154 is #431EAB. Grayscale: #C6C6C6. Windows color (decimal): -4398764 or 5562812. OLE color: 5562812.

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

Color convert

RGB 188 225 84 -
CMYK 0.16 0 0.63 0.12
HSL 75.74º 0.7% 0.61% -
HSV(B) 75.74º 0.63% 0.88% -
XYZ 49.26 65.18 18.37 -
YUV 197.86 63.74 120.96 -
System Red Green Blue C M Y K H S L
Decimal 188 225 84 0.16 0 0.63 0.12 75.74 0.7 0.61
Hex BC E1 54 10 0 3F C 4C 46 3D
Octal 274 341 124 20 0 77 14 114 106 75
Binary 10111100 11100001 1010100 10000 0 111111 1100 1001100 1000110 111101

Color Harmonies of #BCE154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE154

Black with #BCE154

Text Example


Text Example

White with #BCE154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE154; }

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

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

background-color css

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

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

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

border-color css

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

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

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