Html Css Color HEX #BCD748 Conifer

📋 copy color: '#BCD748'

red 188 ◦ green 215 ◦ blue 72

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

Shades of Conifer #BCD748

Tints of Conifer #BCD748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.16%

R = 39.58%
G = 45.26%
B = 15.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#BCD748 (or 0xBCD748) is known color: Conifer. HEX triplet: BC, D7 and 48. RGB value is (188,215,72). Sum of RGB (Red+Green+Blue) = 188+215+72=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD748 is #4328B7. Grayscale: #BFBFBF. Windows color (decimal): -4401336 or 4773820. OLE color: 4773820.

HSL color Cylindrical-coordinate representation of color #BCD748: hue angle of 71.33º 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 #BCD748 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 72 -
CMYK 0.13 0 0.67 0.16
HSL 71.33º 0.64% 0.56% -
HSV(B) 71.33º 0.67% 0.84% -
XYZ 46.21 59.76 15.23 -
YUV 190.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 188 215 72 0.13 0 0.67 0.16 71.33 0.64 0.56
Hex BC D7 48 D 0 43 10 47 40 38
Octal 274 327 110 15 0 103 20 107 100 70
Binary 10111100 11010111 1001000 1101 0 1000011 10000 1000111 1000000 111000

Color Harmonies of #BCD748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD748

Black with #BCD748

Text Example


Text Example

White with #BCD748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD748; }

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

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

background-color css

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

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

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

border-color css

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

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

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