Html Css Color HEX #BCD647 Conifer

📋 copy color: '#BCD647'

red 188 ◦ green 214 ◦ blue 71

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

Shades of Conifer #BCD647

Tints of Conifer #BCD647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.01%

R = 39.75%
G = 45.24%
B = 15.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#BCD647 (or 0xBCD647) is known color: Conifer. HEX triplet: BC, D6 and 47. RGB value is (188,214,71). Sum of RGB (Red+Green+Blue) = 188+214+71=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD647 is #4329B8. Grayscale: #BEBEBE. Windows color (decimal): -4401593 or 4708028. OLE color: 4708028.

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

Color convert

RGB 188 214 71 -
CMYK 0.12 0 0.67 0.16
HSL 70.91º 0.64% 0.56% -
HSV(B) 70.91º 0.67% 0.84% -
XYZ 45.92 59.24 14.98 -
YUV 189.92 60.89 126.63 -
System Red Green Blue C M Y K H S L
Decimal 188 214 71 0.12 0 0.67 0.16 70.91 0.64 0.56
Hex BC D6 47 C 0 43 10 47 40 38
Octal 274 326 107 14 0 103 20 107 100 70
Binary 10111100 11010110 1000111 1100 0 1000011 10000 1000111 1000000 111000

Color Harmonies of #BCD647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD647

Black with #BCD647

Text Example


Text Example

White with #BCD647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD647; }

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

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

background-color css

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

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

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

border-color css

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

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

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