Html Css Color HEX #BCDC5D Conifer

📋 copy color: '#BCDC5D'

red 188 ◦ green 220 ◦ blue 93

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

Shades of Conifer #BCDC5D

Tints of Conifer #BCDC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.56%

R = 37.52%
G = 43.91%
B = 18.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#BCDC5D (or 0xBCDC5D) is known color: Conifer. HEX triplet: BC, DC and 5D. RGB value is (188,220,93). Sum of RGB (Red+Green+Blue) = 188+220+93=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC5D is #4323A2. Grayscale: #C4C4C4. Windows color (decimal): -4400035 or 6151356. OLE color: 6151356.

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

Color convert

RGB 188 220 93 -
CMYK 0.15 0 0.58 0.14
HSL 75.12º 0.64% 0.61% -
HSV(B) 75.12º 0.58% 0.86% -
XYZ 48.31 62.67 19.91 -
YUV 195.95 69.9 122.33 -
System Red Green Blue C M Y K H S L
Decimal 188 220 93 0.15 0 0.58 0.14 75.12 0.64 0.61
Hex BC DC 5D F 0 3A E 4B 40 3D
Octal 274 334 135 17 0 72 16 113 100 75
Binary 10111100 11011100 1011101 1111 0 111010 1110 1001011 1000000 111101

Color Harmonies of #BCDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC5D

Black with #BCDC5D

Text Example


Text Example

White with #BCDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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