Html Css Color HEX #BCDC4D Conifer

📋 copy color: '#BCDC4D'

red 188 ◦ green 220 ◦ blue 77

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

Shades of Conifer #BCDC4D

Tints of Conifer #BCDC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.88%

R = 38.76%
G = 45.36%
B = 15.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#BCDC4D (or 0xBCDC4D) is known color: Conifer. HEX triplet: BC, DC and 4D. RGB value is (188,220,77). Sum of RGB (Red+Green+Blue) = 188+220+77=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC4D is #4323B2. Grayscale: #C2C2C2. Windows color (decimal): -4400051 or 5102780. OLE color: 5102780.

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

Color convert

RGB 188 220 77 -
CMYK 0.15 0 0.65 0.14
HSL 73.43º 0.67% 0.58% -
HSV(B) 73.43º 0.65% 0.86% -
XYZ 47.67 62.41 16.56 -
YUV 194.13 61.9 123.63 -
System Red Green Blue C M Y K H S L
Decimal 188 220 77 0.15 0 0.65 0.14 73.43 0.67 0.58
Hex BC DC 4D F 0 41 E 49 43 3A
Octal 274 334 115 17 0 101 16 111 103 72
Binary 10111100 11011100 1001101 1111 0 1000001 1110 1001001 1000011 111010

Color Harmonies of #BCDC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC4D

Black with #BCDC4D

Text Example


Text Example

White with #BCDC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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