Html Css Color HEX #BCE364 Conifer

📋 copy color: '#BCE364'

red 188 ◦ green 227 ◦ blue 100

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

Shades of Conifer #BCE364

Tints of Conifer #BCE364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.42%

R = 36.5%
G = 44.08%
B = 19.42%

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

#BCE364 (or 0xBCE364) is known color: Conifer. HEX triplet: BC, E3 and 64. RGB value is (188,227,100). Sum of RGB (Red+Green+Blue) = 188+227+100=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE364 is #431C9B. Grayscale: #C9C9C9. Windows color (decimal): -4398236 or 6611900. OLE color: 6611900.

HSL color Cylindrical-coordinate representation of color #BCE364: hue angle of 78.43º 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 #BCE364 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 100 -
CMYK 0.17 0 0.56 0.11
HSL 78.43º 0.69% 0.64% -
HSV(B) 78.43º 0.56% 0.89% -
XYZ 50.51 66.55 22.24 -
YUV 200.86 71.08 118.83 -
System Red Green Blue C M Y K H S L
Decimal 188 227 100 0.17 0 0.56 0.11 78.43 0.69 0.64
Hex BC E3 64 11 0 38 B 4E 45 40
Octal 274 343 144 21 0 70 13 116 105 100
Binary 10111100 11100011 1100100 10001 0 111000 1011 1001110 1000101 1000000

Color Harmonies of #BCE364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE364

Black with #BCE364

Text Example


Text Example

White with #BCE364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE364; }

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

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

background-color css

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

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

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

border-color css

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

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

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