Html Css Color HEX #BCDE48 Conifer

📋 copy color: '#BCDE48'

red 188 ◦ green 222 ◦ blue 72

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

Shades of Conifer #BCDE48

Tints of Conifer #BCDE48

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.06%

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

R = 39%
G = 46.06%
B = 14.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#BCDE48 (or 0xBCDE48) is known color: Conifer. HEX triplet: BC, DE and 48. RGB value is (188,222,72). Sum of RGB (Red+Green+Blue) = 188+222+72=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDE48 is #4321B7. Grayscale: #C3C3C3. Windows color (decimal): -4399544 or 4775612. OLE color: 4775612.

HSL color Cylindrical-coordinate representation of color #BCDE48: hue angle of 73.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCDE48 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 72 -
CMYK 0.15 0 0.68 0.13
HSL 73.6º 0.69% 0.58% -
HSV(B) 73.6º 0.68% 0.87% -
XYZ 48.03 63.4 15.84 -
YUV 194.73 58.74 123.2 -
System Red Green Blue C M Y K H S L
Decimal 188 222 72 0.15 0 0.68 0.13 73.6 0.69 0.58
Hex BC DE 48 F 0 44 D 4A 45 3A
Octal 274 336 110 17 0 104 15 112 105 72
Binary 10111100 11011110 1001000 1111 0 1000100 1101 1001010 1000101 111010

Color Harmonies of #BCDE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE48

Black with #BCDE48

Text Example


Text Example

White with #BCDE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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