Html Css Color HEX #BCDC48 Conifer

📋 copy color: '#BCDC48'

red 188 ◦ green 220 ◦ blue 72

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

Shades of Conifer #BCDC48

Tints of Conifer #BCDC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15%

R = 39.17%
G = 45.83%
B = 15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#BCDC48 (or 0xBCDC48) is known color: Conifer. HEX triplet: BC, DC and 48. RGB value is (188,220,72). Sum of RGB (Red+Green+Blue) = 188+220+72=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC48 is #4323B7. Grayscale: #C2C2C2. Windows color (decimal): -4400056 or 4775100. OLE color: 4775100.

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

Color convert

RGB 188 220 72 -
CMYK 0.15 0 0.67 0.14
HSL 72.97º 0.68% 0.57% -
HSV(B) 72.97º 0.67% 0.86% -
XYZ 47.5 62.35 15.66 -
YUV 193.56 59.4 124.03 -
System Red Green Blue C M Y K H S L
Decimal 188 220 72 0.15 0 0.67 0.14 72.97 0.68 0.57
Hex BC DC 48 F 0 43 E 49 44 39
Octal 274 334 110 17 0 103 16 111 104 71
Binary 10111100 11011100 1001000 1111 0 1000011 1110 1001001 1000100 111001

Color Harmonies of #BCDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC48

Black with #BCDC48

Text Example


Text Example

White with #BCDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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