Html Css Color HEX #BCDE54 Conifer

📋 copy color: '#BCDE54'

red 188 ◦ green 222 ◦ blue 84

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

Shades of Conifer #BCDE54

Tints of Conifer #BCDE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17%

R = 38.06%
G = 44.94%
B = 17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#BCDE54 (or 0xBCDE54) is known color: Conifer. HEX triplet: BC, DE and 54. RGB value is (188,222,84). Sum of RGB (Red+Green+Blue) = 188+222+84=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE54 is #4321AB. Grayscale: #C4C4C4. Windows color (decimal): -4399532 or 5562044. OLE color: 5562044.

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

Color convert

RGB 188 222 84 -
CMYK 0.15 0 0.62 0.13
HSL 74.78º 0.68% 0.6% -
HSV(B) 74.78º 0.62% 0.87% -
XYZ 48.46 63.57 18.1 -
YUV 196.1 64.74 122.22 -
System Red Green Blue C M Y K H S L
Decimal 188 222 84 0.15 0 0.62 0.13 74.78 0.68 0.6
Hex BC DE 54 F 0 3E D 4B 44 3C
Octal 274 336 124 17 0 76 15 113 104 74
Binary 10111100 11011110 1010100 1111 0 111110 1101 1001011 1000100 111100

Color Harmonies of #BCDE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE54

Black with #BCDE54

Text Example


Text Example

White with #BCDE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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