Html Css Color HEX #BCDC5A Conifer

📋 copy color: '#BCDC5A'

red 188 ◦ green 220 ◦ blue 90

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

Shades of Conifer #BCDC5A

Tints of Conifer #BCDC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.07%

R = 37.75%
G = 44.18%
B = 18.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#BCDC5A (or 0xBCDC5A) is known color: Conifer. HEX triplet: BC, DC and 5A. RGB value is (188,220,90). Sum of RGB (Red+Green+Blue) = 188+220+90=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC5A is #4323A5. Grayscale: #C4C4C4. Windows color (decimal): -4400038 or 5954748. OLE color: 5954748.

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

Color convert

RGB 188 220 90 -
CMYK 0.15 0 0.59 0.14
HSL 74.77º 0.65% 0.61% -
HSV(B) 74.77º 0.59% 0.86% -
XYZ 48.18 62.62 19.22 -
YUV 195.61 68.4 122.57 -
System Red Green Blue C M Y K H S L
Decimal 188 220 90 0.15 0 0.59 0.14 74.77 0.65 0.61
Hex BC DC 5A F 0 3B E 4B 41 3D
Octal 274 334 132 17 0 73 16 113 101 75
Binary 10111100 11011100 1011010 1111 0 111011 1110 1001011 1000001 111101

Color Harmonies of #BCDC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC5A

Black with #BCDC5A

Text Example


Text Example

White with #BCDC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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