Html Css Color HEX #BCE946 Conifer

📋 copy color: '#BCE946'

red 188 ◦ green 233 ◦ blue 70

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

Shades of Conifer #BCE946

Tints of Conifer #BCE946

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.45%

 BLUE value IS 70 (27.73% from 255) = 14.26%

R = 38.29%
G = 47.45%
B = 14.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#BCE946 (or 0xBCE946) is known color: Conifer. HEX triplet: BC, E9 and 46. RGB value is (188,233,70). Sum of RGB (Red+Green+Blue) = 188+233+70=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE946 is #4316B9. Grayscale: #C9C9C9. Windows color (decimal): -4396730 or 4647356. OLE color: 4647356.

HSL color Cylindrical-coordinate representation of color #BCE946: hue angle of 76.56º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCE946 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 70 -
CMYK 0.19 0 0.70 0.09
HSL 76.56º 0.79% 0.59% -
HSV(B) 76.56º 0.7% 0.91% -
XYZ 50.98 69.41 16.5 -
YUV 200.96 54.09 118.75 -
System Red Green Blue C M Y K H S L
Decimal 188 233 70 0.19 0 0.70 0.09 76.56 0.79 0.59
Hex BC E9 46 13 0 46 9 4D 4F 3B
Octal 274 351 106 23 0 106 11 115 117 73
Binary 10111100 11101001 1000110 10011 0 1000110 1001 1001101 1001111 111011

Color Harmonies of #BCE946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE946

Black with #BCE946

Text Example


Text Example

White with #BCE946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE946; }

 p { color: rgb(188,233,70); }

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

background-color css

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

 a { background-color: rgb(188,233,70); }

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

border-color css

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

 span { border-color: rgb(188,233,70); }

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