Html Css Color HEX #BCDE60 Conifer

📋 copy color: '#BCDE60'

red 188 ◦ green 222 ◦ blue 96

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

Shades of Conifer #BCDE60

Tints of Conifer #BCDE60

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.87%

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

R = 37.15%
G = 43.87%
B = 18.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#BCDE60 (or 0xBCDE60) is known color: Conifer. HEX triplet: BC, DE and 60. RGB value is (188,222,96). Sum of RGB (Red+Green+Blue) = 188+222+96=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE60 is #43219F. Grayscale: #C5C5C5. Windows color (decimal): -4399520 or 6348476. OLE color: 6348476.

HSL color Cylindrical-coordinate representation of color #BCDE60: hue angle of 76.19º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCDE60 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 96 -
CMYK 0.15 0 0.57 0.13
HSL 76.19º 0.66% 0.62% -
HSV(B) 76.19º 0.57% 0.87% -
XYZ 48.97 63.78 20.8 -
YUV 197.47 70.74 121.25 -
System Red Green Blue C M Y K H S L
Decimal 188 222 96 0.15 0 0.57 0.13 76.19 0.66 0.62
Hex BC DE 60 F 0 39 D 4C 42 3E
Octal 274 336 140 17 0 71 15 114 102 76
Binary 10111100 11011110 1100000 1111 0 111001 1101 1001100 1000010 111110

Color Harmonies of #BCDE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE60

Black with #BCDE60

Text Example


Text Example

White with #BCDE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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