Html Css Color HEX #BCD955 Conifer

📋 copy color: '#BCD955'

red 188 ◦ green 217 ◦ blue 85

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

Shades of Conifer #BCD955

Tints of Conifer #BCD955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.35%

R = 38.37%
G = 44.29%
B = 17.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#BCD955 (or 0xBCD955) is known color: Conifer. HEX triplet: BC, D9 and 55. RGB value is (188,217,85). Sum of RGB (Red+Green+Blue) = 188+217+85=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD955 is #4326AA. Grayscale: #C1C1C1. Windows color (decimal): -4400811 or 5626300. OLE color: 5626300.

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

Color convert

RGB 188 217 85 -
CMYK 0.13 0 0.61 0.15
HSL 73.18º 0.63% 0.59% -
HSV(B) 73.18º 0.61% 0.85% -
XYZ 47.19 60.97 17.88 -
YUV 193.28 66.89 124.23 -
System Red Green Blue C M Y K H S L
Decimal 188 217 85 0.13 0 0.61 0.15 73.18 0.63 0.59
Hex BC D9 55 D 0 3D F 49 3F 3B
Octal 274 331 125 15 0 75 17 111 77 73
Binary 10111100 11011001 1010101 1101 0 111101 1111 1001001 111111 111011

Color Harmonies of #BCD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD955

Black with #BCD955

Text Example


Text Example

White with #BCD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD955; }

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

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

background-color css

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

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

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

border-color css

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

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

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