Html Css Color HEX #BCE444 Conifer

📋 copy color: '#BCE444'

red 188 ◦ green 228 ◦ blue 68

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

Shades of Conifer #BCE444

Tints of Conifer #BCE444

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.11%

 BLUE value IS 68 (26.95% from 255) = 14.05%

R = 38.84%
G = 47.11%
B = 14.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#BCE444 (or 0xBCE444) is known color: Conifer. HEX triplet: BC, E4 and 44. RGB value is (188,228,68). Sum of RGB (Red+Green+Blue) = 188+228+68=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE444 is #431BBB. Grayscale: #C6C6C6. Windows color (decimal): -4398012 or 4515004. OLE color: 4515004.

HSL color Cylindrical-coordinate representation of color #BCE444: hue angle of 75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCE444 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 68 -
CMYK 0.18 0 0.70 0.11
HSL 75º 0.75% 0.58% -
HSV(B) 75º 0.7% 0.89% -
XYZ 49.53 66.6 15.71 -
YUV 197.8 54.75 121.01 -
System Red Green Blue C M Y K H S L
Decimal 188 228 68 0.18 0 0.70 0.11 75 0.75 0.58
Hex BC E4 44 12 0 46 B 4B 4B 3A
Octal 274 344 104 22 0 106 13 113 113 72
Binary 10111100 11100100 1000100 10010 0 1000110 1011 1001011 1001011 111010

Color Harmonies of #BCE444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE444

Black with #BCE444

Text Example


Text Example

White with #BCE444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE444; }

 p { color: rgb(188,228,68); }

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

background-color css

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

 a { background-color: rgb(188,228,68); }

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

border-color css

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

 span { border-color: rgb(188,228,68); }

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