Html Css Color HEX #BCE355 Conifer

📋 copy color: '#BCE355'

red 188 ◦ green 227 ◦ blue 85

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

Shades of Conifer #BCE355

Tints of Conifer #BCE355

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.4%

 BLUE value IS 85 (33.59% from 255) = 17%

R = 37.6%
G = 45.4%
B = 17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#BCE355 (or 0xBCE355) is known color: Conifer. HEX triplet: BC, E3 and 55. RGB value is (188,227,85). Sum of RGB (Red+Green+Blue) = 188+227+85=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE355 is #431CAA. Grayscale: #C7C7C7. Windows color (decimal): -4398251 or 5628860. OLE color: 5628860.

HSL color Cylindrical-coordinate representation of color #BCE355: hue angle of 76.48º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCE355 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 85 -
CMYK 0.17 0 0.63 0.11
HSL 76.48º 0.72% 0.61% -
HSV(B) 76.48º 0.63% 0.89% -
XYZ 49.85 66.29 18.76 -
YUV 199.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 188 227 85 0.17 0 0.63 0.11 76.48 0.72 0.61
Hex BC E3 55 11 0 3F B 4C 48 3D
Octal 274 343 125 21 0 77 13 114 110 75
Binary 10111100 11100011 1010101 10001 0 111111 1011 1001100 1001000 111101

Color Harmonies of #BCE355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE355

Black with #BCE355

Text Example


Text Example

White with #BCE355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE355; }

 p { color: rgb(188,227,85); }

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

background-color css

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

 a { background-color: rgb(188,227,85); }

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

border-color css

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

 span { border-color: rgb(188,227,85); }

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