Html Css Color HEX #BCD548 Conifer

📋 copy color: '#BCD548'

red 188 ◦ green 213 ◦ blue 72

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

Shades of Conifer #BCD548

Tints of Conifer #BCD548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

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

R = 39.75%
G = 45.03%
B = 15.22%

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

#BCD548 (or 0xBCD548) is known color: Conifer. HEX triplet: BC, D5 and 48. RGB value is (188,213,72). Sum of RGB (Red+Green+Blue) = 188+213+72=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD548 is #432AB7. Grayscale: #BDBDBD. Windows color (decimal): -4401848 or 4773308. OLE color: 4773308.

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

Color convert

RGB 188 213 72 -
CMYK 0.12 0 0.66 0.16
HSL 70.64º 0.63% 0.56% -
HSV(B) 70.64º 0.66% 0.84% -
XYZ 45.7 58.75 15.06 -
YUV 189.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 188 213 72 0.12 0 0.66 0.16 70.64 0.63 0.56
Hex BC D5 48 C 0 42 10 47 3F 38
Octal 274 325 110 14 0 102 20 107 77 70
Binary 10111100 11010101 1001000 1100 0 1000010 10000 1000111 111111 111000

Color Harmonies of #BCD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD548

Black with #BCD548

Text Example


Text Example

White with #BCD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD548; }

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

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

background-color css

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

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

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

border-color css

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

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

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