Html Css Color HEX #BCDD65 Conifer

📋 copy color: '#BCDD65'

red 188 ◦ green 221 ◦ blue 101

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

Shades of Conifer #BCDD65

Tints of Conifer #BCDD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.33%

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

R = 36.86%
G = 43.33%
B = 19.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#BCDD65 (or 0xBCDD65) is known color: Conifer. HEX triplet: BC, DD and 65. RGB value is (188,221,101). Sum of RGB (Red+Green+Blue) = 188+221+101=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD65 is #43229A. Grayscale: #C5C5C5. Windows color (decimal): -4399771 or 6675900. OLE color: 6675900.

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

Color convert

RGB 188 221 101 -
CMYK 0.15 0 0.54 0.13
HSL 76.5º 0.64% 0.63% -
HSV(B) 76.5º 0.54% 0.87% -
XYZ 48.94 63.34 21.96 -
YUV 197.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 188 221 101 0.15 0 0.54 0.13 76.5 0.64 0.63
Hex BC DD 65 F 0 36 D 4C 40 3F
Octal 274 335 145 17 0 66 15 114 100 77
Binary 10111100 11011101 1100101 1111 0 110110 1101 1001100 1000000 111111

Color Harmonies of #BCDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD65

Black with #BCDD65

Text Example


Text Example

White with #BCDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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