Html Css Color HEX #BCDF5D Conifer

📋 copy color: '#BCDF5D'

red 188 ◦ green 223 ◦ blue 93

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

Shades of Conifer #BCDF5D

Tints of Conifer #BCDF5D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

 BLUE value IS 93 (36.72% from 255) = 18.45%

R = 37.3%
G = 44.25%
B = 18.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BCDF5D (or 0xBCDF5D) is known color: Conifer. HEX triplet: BC, DF and 5D. RGB value is (188,223,93). Sum of RGB (Red+Green+Blue) = 188+223+93=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF5D is #4320A2. Grayscale: #C6C6C6. Windows color (decimal): -4399267 or 6152124. OLE color: 6152124.

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

Color convert

RGB 188 223 93 -
CMYK 0.16 0 0.58 0.13
HSL 76.15º 0.67% 0.62% -
HSV(B) 76.15º 0.58% 0.87% -
XYZ 49.1 64.26 20.17 -
YUV 197.72 68.9 121.07 -
System Red Green Blue C M Y K H S L
Decimal 188 223 93 0.16 0 0.58 0.13 76.15 0.67 0.62
Hex BC DF 5D 10 0 3A D 4C 43 3E
Octal 274 337 135 20 0 72 15 114 103 76
Binary 10111100 11011111 1011101 10000 0 111010 1101 1001100 1000011 111110

Color Harmonies of #BCDF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF5D

Black with #BCDF5D

Text Example


Text Example

White with #BCDF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF5D; }

 p { color: rgb(188,223,93); }

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

background-color css

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

 a { background-color: rgb(188,223,93); }

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

border-color css

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

 span { border-color: rgb(188,223,93); }

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