Html Css Color HEX #BCDC57 Conifer

📋 copy color: '#BCDC57'

red 188 ◦ green 220 ◦ blue 87

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

Shades of Conifer #BCDC57

Tints of Conifer #BCDC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.58%

R = 37.98%
G = 44.44%
B = 17.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#BCDC57 (or 0xBCDC57) is known color: Conifer. HEX triplet: BC, DC and 57. RGB value is (188,220,87). Sum of RGB (Red+Green+Blue) = 188+220+87=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC57 is #4323A8. Grayscale: #C3C3C3. Windows color (decimal): -4400041 or 5758140. OLE color: 5758140.

HSL color Cylindrical-coordinate representation of color #BCDC57: hue angle of 74.44º degrees, saturation: 0.66, 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 #BCDC57 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 87 -
CMYK 0.15 0 0.60 0.14
HSL 74.44º 0.66% 0.6% -
HSV(B) 74.44º 0.6% 0.86% -
XYZ 48.05 62.57 18.56 -
YUV 195.27 66.9 122.81 -
System Red Green Blue C M Y K H S L
Decimal 188 220 87 0.15 0 0.60 0.14 74.44 0.66 0.6
Hex BC DC 57 F 0 3C E 4A 42 3C
Octal 274 334 127 17 0 74 16 112 102 74
Binary 10111100 11011100 1010111 1111 0 111100 1110 1001010 1000010 111100

Color Harmonies of #BCDC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC57

Black with #BCDC57

Text Example


Text Example

White with #BCDC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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