Html Css Color HEX #BCD749 Conifer

📋 copy color: '#BCD749'

red 188 ◦ green 215 ◦ blue 73

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

Shades of Conifer #BCD749

Tints of Conifer #BCD749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.17%

 BLUE value IS 73 (28.91% from 255) = 15.34%

R = 39.5%
G = 45.17%
B = 15.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#BCD749 (or 0xBCD749) is known color: Conifer. HEX triplet: BC, D7 and 49. RGB value is (188,215,73). Sum of RGB (Red+Green+Blue) = 188+215+73=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD749 is #4328B6. Grayscale: #BFBFBF. Windows color (decimal): -4401335 or 4839356. OLE color: 4839356.

HSL color Cylindrical-coordinate representation of color #BCD749: hue angle of 71.41º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCD749 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 73 -
CMYK 0.13 0 0.66 0.16
HSL 71.41º 0.64% 0.56% -
HSV(B) 71.41º 0.66% 0.84% -
XYZ 46.24 59.77 15.4 -
YUV 190.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 188 215 73 0.13 0 0.66 0.16 71.41 0.64 0.56
Hex BC D7 49 D 0 42 10 47 40 38
Octal 274 327 111 15 0 102 20 107 100 70
Binary 10111100 11010111 1001001 1101 0 1000010 10000 1000111 1000000 111000

Color Harmonies of #BCD749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD749

Black with #BCD749

Text Example


Text Example

White with #BCD749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD749; }

 p { color: rgb(188,215,73); }

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

background-color css

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

 a { background-color: rgb(188,215,73); }

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

border-color css

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

 span { border-color: rgb(188,215,73); }

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