Html Css Color HEX #BCE362 Conifer

📋 copy color: '#BCE362'

red 188 ◦ green 227 ◦ blue 98

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

Shades of Conifer #BCE362

Tints of Conifer #BCE362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.1%

R = 36.65%
G = 44.25%
B = 19.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#BCE362 (or 0xBCE362) is known color: Conifer. HEX triplet: BC, E3 and 62. RGB value is (188,227,98). Sum of RGB (Red+Green+Blue) = 188+227+98=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE362 is #431C9D. Grayscale: #C9C9C9. Windows color (decimal): -4398238 or 6480828. OLE color: 6480828.

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

Color convert

RGB 188 227 98 -
CMYK 0.17 0 0.57 0.11
HSL 78.14º 0.7% 0.64% -
HSV(B) 78.14º 0.57% 0.89% -
XYZ 50.41 66.51 21.74 -
YUV 200.63 70.08 118.99 -
System Red Green Blue C M Y K H S L
Decimal 188 227 98 0.17 0 0.57 0.11 78.14 0.7 0.64
Hex BC E3 62 11 0 39 B 4E 46 40
Octal 274 343 142 21 0 71 13 116 106 100
Binary 10111100 11100011 1100010 10001 0 111001 1011 1001110 1000110 1000000

Color Harmonies of #BCE362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE362

Black with #BCE362

Text Example


Text Example

White with #BCE362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE362; }

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

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

background-color css

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

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

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

border-color css

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

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

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