Html Css Color HEX #BCDE64 Conifer

📋 copy color: '#BCDE64'

red 188 ◦ green 222 ◦ blue 100

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

Shades of Conifer #BCDE64

Tints of Conifer #BCDE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.61%

R = 36.86%
G = 43.53%
B = 19.61%

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

#BCDE64 (or 0xBCDE64) is known color: Conifer. HEX triplet: BC, DE and 64. RGB value is (188,222,100). Sum of RGB (Red+Green+Blue) = 188+222+100=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE64 is #43219B. Grayscale: #C6C6C6. Windows color (decimal): -4399516 or 6610620. OLE color: 6610620.

HSL color Cylindrical-coordinate representation of color #BCDE64: hue angle of 76.72º 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 #BCDE64 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 100 -
CMYK 0.15 0 0.55 0.13
HSL 76.72º 0.65% 0.63% -
HSV(B) 76.72º 0.55% 0.87% -
XYZ 49.16 63.85 21.79 -
YUV 197.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 188 222 100 0.15 0 0.55 0.13 76.72 0.65 0.63
Hex BC DE 64 F 0 37 D 4D 41 3F
Octal 274 336 144 17 0 67 15 115 101 77
Binary 10111100 11011110 1100100 1111 0 110111 1101 1001101 1000001 111111

Color Harmonies of #BCDE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE64

Black with #BCDE64

Text Example


Text Example

White with #BCDE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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