Html Css Color HEX #BCD957 Conifer

📋 copy color: '#BCD957'

red 188 ◦ green 217 ◦ blue 87

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

Shades of Conifer #BCD957

Tints of Conifer #BCD957

RGB

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

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

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

R = 38.21%
G = 44.11%
B = 17.68%

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

#BCD957 (or 0xBCD957) is known color: Conifer. HEX triplet: BC, D9 and 57. RGB value is (188,217,87). Sum of RGB (Red+Green+Blue) = 188+217+87=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD957 is #4326A8. Grayscale: #C2C2C2. Windows color (decimal): -4400809 or 5757372. OLE color: 5757372.

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

Color convert

RGB 188 217 87 -
CMYK 0.13 0 0.60 0.15
HSL 73.38º 0.63% 0.6% -
HSV(B) 73.38º 0.6% 0.85% -
XYZ 47.27 61.01 18.3 -
YUV 193.51 67.89 124.07 -
System Red Green Blue C M Y K H S L
Decimal 188 217 87 0.13 0 0.60 0.15 73.38 0.63 0.6
Hex BC D9 57 D 0 3C F 49 3F 3C
Octal 274 331 127 15 0 74 17 111 77 74
Binary 10111100 11011001 1010111 1101 0 111100 1111 1001001 111111 111100

Color Harmonies of #BCD957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD957

Black with #BCD957

Text Example


Text Example

White with #BCD957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD957; }

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

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

background-color css

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

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

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

border-color css

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

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

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