Html Css Color HEX #BCDC54 Conifer

📋 copy color: '#BCDC54'

red 188 ◦ green 220 ◦ blue 84

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

Shades of Conifer #BCDC54

Tints of Conifer #BCDC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.07%

R = 38.21%
G = 44.72%
B = 17.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#BCDC54 (or 0xBCDC54) is known color: Conifer. HEX triplet: BC, DC and 54. RGB value is (188,220,84). Sum of RGB (Red+Green+Blue) = 188+220+84=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC54 is #4323AB. Grayscale: #C3C3C3. Windows color (decimal): -4400044 or 5561532. OLE color: 5561532.

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

Color convert

RGB 188 220 84 -
CMYK 0.15 0 0.62 0.14
HSL 74.12º 0.66% 0.6% -
HSV(B) 74.12º 0.62% 0.86% -
XYZ 47.93 62.52 17.93 -
YUV 194.93 65.4 123.06 -
System Red Green Blue C M Y K H S L
Decimal 188 220 84 0.15 0 0.62 0.14 74.12 0.66 0.6
Hex BC DC 54 F 0 3E E 4A 42 3C
Octal 274 334 124 17 0 76 16 112 102 74
Binary 10111100 11011100 1010100 1111 0 111110 1110 1001010 1000010 111100

Color Harmonies of #BCDC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC54

Black with #BCDC54

Text Example


Text Example

White with #BCDC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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