Html Css Color HEX #BCDE65 Conifer

📋 copy color: '#BCDE65'

red 188 ◦ green 222 ◦ blue 101

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

Shades of Conifer #BCDE65

Tints of Conifer #BCDE65

RGB

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

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

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

R = 36.79%
G = 43.44%
B = 19.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#BCDE65 (or 0xBCDE65) is known color: Conifer. HEX triplet: BC, DE and 65. RGB value is (188,222,101). Sum of RGB (Red+Green+Blue) = 188+222+101=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE65 is #43219A. Grayscale: #C6C6C6. Windows color (decimal): -4399515 or 6676156. OLE color: 6676156.

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

Color convert

RGB 188 222 101 -
CMYK 0.15 0 0.55 0.13
HSL 76.86º 0.65% 0.63% -
HSV(B) 76.86º 0.55% 0.87% -
XYZ 49.21 63.87 22.05 -
YUV 198.04 73.24 120.84 -
System Red Green Blue C M Y K H S L
Decimal 188 222 101 0.15 0 0.55 0.13 76.86 0.65 0.63
Hex BC DE 65 F 0 37 D 4D 41 3F
Octal 274 336 145 17 0 67 15 115 101 77
Binary 10111100 11011110 1100101 1111 0 110111 1101 1001101 1000001 111111

Color Harmonies of #BCDE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE65

Black with #BCDE65

Text Example


Text Example

White with #BCDE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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