Html Css Color HEX #BCDC60 Conifer

📋 copy color: '#BCDC60'

red 188 ◦ green 220 ◦ blue 96

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

Shades of Conifer #BCDC60

Tints of Conifer #BCDC60

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

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

R = 37.3%
G = 43.65%
B = 19.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#BCDC60 (or 0xBCDC60) is known color: Conifer. HEX triplet: BC, DC and 60. RGB value is (188,220,96). Sum of RGB (Red+Green+Blue) = 188+220+96=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC60 is #43239F. Grayscale: #C4C4C4. Windows color (decimal): -4400032 or 6347964. OLE color: 6347964.

HSL color Cylindrical-coordinate representation of color #BCDC60: hue angle of 75.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCDC60 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 96 -
CMYK 0.15 0 0.56 0.14
HSL 75.48º 0.64% 0.62% -
HSV(B) 75.48º 0.56% 0.86% -
XYZ 48.44 62.72 20.62 -
YUV 196.3 71.4 122.08 -
System Red Green Blue C M Y K H S L
Decimal 188 220 96 0.15 0 0.56 0.14 75.48 0.64 0.62
Hex BC DC 60 F 0 38 E 4B 40 3E
Octal 274 334 140 17 0 70 16 113 100 76
Binary 10111100 11011100 1100000 1111 0 111000 1110 1001011 1000000 111110

Color Harmonies of #BCDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC60

Black with #BCDC60

Text Example


Text Example

White with #BCDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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