Html Css Color HEX #BCDD5F Conifer

📋 copy color: '#BCDD5F'

red 188 ◦ green 221 ◦ blue 95

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

Shades of Conifer #BCDD5F

Tints of Conifer #BCDD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.85%

R = 37.3%
G = 43.85%
B = 18.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#BCDD5F (or 0xBCDD5F) is known color: Conifer. HEX triplet: BC, DD and 5F. RGB value is (188,221,95). Sum of RGB (Red+Green+Blue) = 188+221+95=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD5F is #4322A0. Grayscale: #C5C5C5. Windows color (decimal): -4399777 or 6282684. OLE color: 6282684.

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

Color convert

RGB 188 221 95 -
CMYK 0.15 0 0.57 0.13
HSL 75.71º 0.65% 0.62% -
HSV(B) 75.71º 0.57% 0.87% -
XYZ 48.66 63.23 20.47 -
YUV 196.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 188 221 95 0.15 0 0.57 0.13 75.71 0.65 0.62
Hex BC DD 5F F 0 39 D 4C 41 3E
Octal 274 335 137 17 0 71 15 114 101 76
Binary 10111100 11011101 1011111 1111 0 111001 1101 1001100 1000001 111110

Color Harmonies of #BCDD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD5F

Black with #BCDD5F

Text Example


Text Example

White with #BCDD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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