Html Css Color HEX #BCD848 Conifer

📋 copy color: '#BCD848'

red 188 ◦ green 216 ◦ blue 72

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

Shades of Conifer #BCD848

Tints of Conifer #BCD848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.38%

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

R = 39.5%
G = 45.38%
B = 15.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#BCD848 (or 0xBCD848) is known color: Conifer. HEX triplet: BC, D8 and 48. RGB value is (188,216,72). Sum of RGB (Red+Green+Blue) = 188+216+72=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD848 is #4327B7. Grayscale: #BFBFBF. Windows color (decimal): -4401080 or 4774076. OLE color: 4774076.

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

Color convert

RGB 188 216 72 -
CMYK 0.13 0 0.67 0.15
HSL 71.67º 0.65% 0.56% -
HSV(B) 71.67º 0.67% 0.85% -
XYZ 46.46 60.27 15.32 -
YUV 191.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 188 216 72 0.13 0 0.67 0.15 71.67 0.65 0.56
Hex BC D8 48 D 0 43 F 48 41 38
Octal 274 330 110 15 0 103 17 110 101 70
Binary 10111100 11011000 1001000 1101 0 1000011 1111 1001000 1000001 111000

Color Harmonies of #BCD848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD848

Black with #BCD848

Text Example


Text Example

White with #BCD848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD848; }

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

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

background-color css

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

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

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

border-color css

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

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

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