Html Css Color HEX #BCD649 Conifer

📋 copy color: '#BCD649'

red 188 ◦ green 214 ◦ blue 73

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

Shades of Conifer #BCD649

Tints of Conifer #BCD649

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.05%

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

R = 39.58%
G = 45.05%
B = 15.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#BCD649 (or 0xBCD649) is known color: Conifer. HEX triplet: BC, D6 and 49. RGB value is (188,214,73). Sum of RGB (Red+Green+Blue) = 188+214+73=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD649 is #4329B6. Grayscale: #BEBEBE. Windows color (decimal): -4401591 or 4839100. OLE color: 4839100.

HSL color Cylindrical-coordinate representation of color #BCD649: hue angle of 71.06º degrees, saturation: 0.63, 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 #BCD649 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 73 -
CMYK 0.12 0 0.66 0.16
HSL 71.06º 0.63% 0.56% -
HSV(B) 71.06º 0.66% 0.84% -
XYZ 45.99 59.27 15.32 -
YUV 190.15 61.89 126.46 -
System Red Green Blue C M Y K H S L
Decimal 188 214 73 0.12 0 0.66 0.16 71.06 0.63 0.56
Hex BC D6 49 C 0 42 10 47 3F 38
Octal 274 326 111 14 0 102 20 107 77 70
Binary 10111100 11010110 1001001 1100 0 1000010 10000 1000111 111111 111000

Color Harmonies of #BCD649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD649

Black with #BCD649

Text Example


Text Example

White with #BCD649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD649; }

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

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

background-color css

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

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

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

border-color css

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

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

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