Html Css Color HEX #BCDC58 Conifer

📋 copy color: '#BCDC58'

red 188 ◦ green 220 ◦ blue 88

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

Shades of Conifer #BCDC58

Tints of Conifer #BCDC58

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.35%

 BLUE value IS 88 (34.77% from 255) = 17.74%

R = 37.9%
G = 44.35%
B = 17.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#BCDC58 (or 0xBCDC58) is known color: Conifer. HEX triplet: BC, DC and 58. RGB value is (188,220,88). Sum of RGB (Red+Green+Blue) = 188+220+88=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC58 is #4323A7. Grayscale: #C3C3C3. Windows color (decimal): -4400040 or 5823676. OLE color: 5823676.

HSL color Cylindrical-coordinate representation of color #BCDC58: hue angle of 74.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCDC58 is Cyan = 0.15, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 88 -
CMYK 0.15 0 0.6 0.14
HSL 74.55º 0.65% 0.6% -
HSV(B) 74.55º 0.6% 0.86% -
XYZ 48.09 62.58 18.78 -
YUV 195.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 188 220 88 0.15 0 0.6 0.14 74.55 0.65 0.6
Hex BC DC 58 F 0 3C E 4B 41 3C
Octal 274 334 130 17 0 74 16 113 101 74
Binary 10111100 11011100 1011000 1111 0 111100 1110 1001011 1000001 111100

Color Harmonies of #BCDC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC58

Black with #BCDC58

Text Example


Text Example

White with #BCDC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC58; }

 p { color: rgb(188,220,88); }

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

background-color css

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

 a { background-color: rgb(188,220,88); }

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

border-color css

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

 span { border-color: rgb(188,220,88); }

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