#BCE754

Color #BCE754 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BCE754

Tints of Conifer #BCE754

Color information

#BCE754 (or 0xBCE754) is unknown color: approx Conifer. HEX triplet: BC, E7 and 54. RGB value is (188,231,84). Sum of RGB (Red+Green+Blue) = 188+231+84=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE754 is #4318AB. Grayscale: #C9C9C9. Windows color (decimal): -4397228 or 5564348. OLE color: 5564348.

HSL color Cylindrical-coordinate representation of color #BCE754: hue angle of 77.55º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCE754 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB18823184-
CMYK0.1900.640.09
HSL77.55º75.38%61.76%-
HSV(B)77.55º63.64%90.59%-
XYZ50.9268.4818.92-
YUV201.3861.75118.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 231 (90.62% from 255) = 45.92%
BLUE value IS 84 (33.20% from 255) = 16.70%
R=37.38%
G=45.92%
B=16.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188231840.1900.640.0977.5575.3861.76
HexBCE7541304094e4b3e
Octal2743471242301001111611376
Binary101111001110011110101001001101000000100110011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE754; }

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

 H1.HeaderClassName
 {
   color: #BCE754;
 }
 .AnyTagClassName
 {
   color: #BCE754;
 }
</style>
background-color css

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

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

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

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

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

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