Html Css Color HEX #BCDD5C Conifer

📋 copy color: '#BCDD5C'

red 188 ◦ green 221 ◦ blue 92

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

Shades of Conifer #BCDD5C

Tints of Conifer #BCDD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.36%

R = 37.52%
G = 44.11%
B = 18.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BCDD5C (or 0xBCDD5C) is known color: Conifer. HEX triplet: BC, DD and 5C. RGB value is (188,221,92). Sum of RGB (Red+Green+Blue) = 188+221+92=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD5C is #4322A3. Grayscale: #C4C4C4. Windows color (decimal): -4399780 or 6086076. OLE color: 6086076.

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

Color convert

RGB 188 221 92 -
CMYK 0.15 0 0.58 0.13
HSL 75.35º 0.65% 0.61% -
HSV(B) 75.35º 0.58% 0.87% -
XYZ 48.53 63.18 19.76 -
YUV 196.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 188 221 92 0.15 0 0.58 0.13 75.35 0.65 0.61
Hex BC DD 5C F 0 3A D 4B 41 3D
Octal 274 335 134 17 0 72 15 113 101 75
Binary 10111100 11011101 1011100 1111 0 111010 1101 1001011 1000001 111101

Color Harmonies of #BCDD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD5C

Black with #BCDD5C

Text Example


Text Example

White with #BCDD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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