Html Css Color HEX #BCDC65 Conifer

📋 copy color: '#BCDC65'

red 188 ◦ green 220 ◦ blue 101

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

Shades of Conifer #BCDC65

Tints of Conifer #BCDC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.84%

R = 36.94%
G = 43.22%
B = 19.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#BCDC65 (or 0xBCDC65) is known color: Conifer. HEX triplet: BC, DC and 65. RGB value is (188,220,101). Sum of RGB (Red+Green+Blue) = 188+220+101=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC65 is #43239A. Grayscale: #C5C5C5. Windows color (decimal): -4400027 or 6675644. OLE color: 6675644.

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

Color convert

RGB 188 220 101 -
CMYK 0.15 0 0.54 0.14
HSL 76.13º 0.63% 0.63% -
HSV(B) 76.13º 0.54% 0.86% -
XYZ 48.68 62.82 21.87 -
YUV 196.87 73.9 121.68 -
System Red Green Blue C M Y K H S L
Decimal 188 220 101 0.15 0 0.54 0.14 76.13 0.63 0.63
Hex BC DC 65 F 0 36 E 4C 3F 3F
Octal 274 334 145 17 0 66 16 114 77 77
Binary 10111100 11011100 1100101 1111 0 110110 1110 1001100 111111 111111

Color Harmonies of #BCDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC65

Black with #BCDC65

Text Example


Text Example

White with #BCDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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