Html Css Color HEX #BCD949 Conifer

📋 copy color: '#BCD949'

red 188 ◦ green 217 ◦ blue 73

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

Shades of Conifer #BCD949

Tints of Conifer #BCD949

RGB

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

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

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

R = 39.33%
G = 45.4%
B = 15.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#BCD949 (or 0xBCD949) is known color: Conifer. HEX triplet: BC, D9 and 49. RGB value is (188,217,73). Sum of RGB (Red+Green+Blue) = 188+217+73=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD949 is #4326B6. Grayscale: #C0C0C0. Windows color (decimal): -4400823 or 4839868. OLE color: 4839868.

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

Color convert

RGB 188 217 73 -
CMYK 0.13 0 0.66 0.15
HSL 72.08º 0.65% 0.57% -
HSV(B) 72.08º 0.66% 0.85% -
XYZ 46.75 60.8 15.57 -
YUV 191.91 60.89 125.21 -
System Red Green Blue C M Y K H S L
Decimal 188 217 73 0.13 0 0.66 0.15 72.08 0.65 0.57
Hex BC D9 49 D 0 42 F 48 41 39
Octal 274 331 111 15 0 102 17 110 101 71
Binary 10111100 11011001 1001001 1101 0 1000010 1111 1001000 1000001 111001

Color Harmonies of #BCD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD949

Black with #BCD949

Text Example


Text Example

White with #BCD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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