Html Css Color HEX #BCD956 Conifer

📋 copy color: '#BCD956'

red 188 ◦ green 217 ◦ blue 86

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

Shades of Conifer #BCD956

Tints of Conifer #BCD956

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

 BLUE value IS 86 (33.98% from 255) = 17.52%

R = 38.29%
G = 44.2%
B = 17.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#BCD956 (or 0xBCD956) is known color: Conifer. HEX triplet: BC, D9 and 56. RGB value is (188,217,86). Sum of RGB (Red+Green+Blue) = 188+217+86=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD956 is #4326A9. Grayscale: #C1C1C1. Windows color (decimal): -4400810 or 5691836. OLE color: 5691836.

HSL color Cylindrical-coordinate representation of color #BCD956: hue angle of 73.28º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCD956 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 86 -
CMYK 0.13 0 0.60 0.15
HSL 73.28º 0.63% 0.59% -
HSV(B) 73.28º 0.6% 0.85% -
XYZ 47.23 60.99 18.09 -
YUV 193.4 67.39 124.15 -
System Red Green Blue C M Y K H S L
Decimal 188 217 86 0.13 0 0.60 0.15 73.28 0.63 0.59
Hex BC D9 56 D 0 3C F 49 3F 3B
Octal 274 331 126 15 0 74 17 111 77 73
Binary 10111100 11011001 1010110 1101 0 111100 1111 1001001 111111 111011

Color Harmonies of #BCD956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD956

Black with #BCD956

Text Example


Text Example

White with #BCD956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD956; }

 p { color: rgb(188,217,86); }

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

background-color css

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

 a { background-color: rgb(188,217,86); }

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

border-color css

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

 span { border-color: rgb(188,217,86); }

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