Html Css Color HEX #BCE660 Conifer

📋 copy color: '#BCE660'

red 188 ◦ green 230 ◦ blue 96

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

Shades of Conifer #BCE660

Tints of Conifer #BCE660

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.75%

 BLUE value IS 96 (37.89% from 255) = 18.68%

R = 36.58%
G = 44.75%
B = 18.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#BCE660 (or 0xBCE660) is known color: Conifer. HEX triplet: BC, E6 and 60. RGB value is (188,230,96). Sum of RGB (Red+Green+Blue) = 188+230+96=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE660 is #43199F. Grayscale: #CACACA. Windows color (decimal): -4397472 or 6350524. OLE color: 6350524.

HSL color Cylindrical-coordinate representation of color #BCE660: hue angle of 78.81º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCE660 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 96 -
CMYK 0.18 0 0.58 0.10
HSL 78.81º 0.73% 0.64% -
HSV(B) 78.81º 0.58% 0.9% -
XYZ 51.15 68.13 21.52 -
YUV 202.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 188 230 96 0.18 0 0.58 0.10 78.81 0.73 0.64
Hex BC E6 60 12 0 3A A 4F 49 40
Octal 274 346 140 22 0 72 12 117 111 100
Binary 10111100 11100110 1100000 10010 0 111010 1010 1001111 1001001 1000000

Color Harmonies of #BCE660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE660

Black with #BCE660

Text Example


Text Example

White with #BCE660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE660; }

 p { color: rgb(188,230,96); }

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

background-color css

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

 a { background-color: rgb(188,230,96); }

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

border-color css

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

 span { border-color: rgb(188,230,96); }

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