Html Css Color HEX #BCE365 Conifer

📋 copy color: '#BCE365'

red 188 ◦ green 227 ◦ blue 101

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

Shades of Conifer #BCE365

Tints of Conifer #BCE365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.57%

R = 36.43%
G = 43.99%
B = 19.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#BCE365 (or 0xBCE365) is known color: Conifer. HEX triplet: BC, E3 and 65. RGB value is (188,227,101). Sum of RGB (Red+Green+Blue) = 188+227+101=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE365 is #431C9A. Grayscale: #C9C9C9. Windows color (decimal): -4398235 or 6677436. OLE color: 6677436.

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

Color convert

RGB 188 227 101 -
CMYK 0.17 0 0.56 0.11
HSL 78.57º 0.69% 0.64% -
HSV(B) 78.57º 0.56% 0.89% -
XYZ 50.56 66.57 22.5 -
YUV 200.98 71.58 118.75 -
System Red Green Blue C M Y K H S L
Decimal 188 227 101 0.17 0 0.56 0.11 78.57 0.69 0.64
Hex BC E3 65 11 0 38 B 4F 45 40
Octal 274 343 145 21 0 70 13 117 105 100
Binary 10111100 11100011 1100101 10001 0 111000 1011 1001111 1000101 1000000

Color Harmonies of #BCE365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE365

Black with #BCE365

Text Example


Text Example

White with #BCE365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE365; }

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

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

background-color css

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

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

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

border-color css

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

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

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