Html Css Color HEX #BCE145 Conifer

📋 copy color: '#BCE145'

red 188 ◦ green 225 ◦ blue 69

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

Shades of Conifer #BCE145

Tints of Conifer #BCE145

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.68%

 BLUE value IS 69 (27.34% from 255) = 14.32%

R = 39%
G = 46.68%
B = 14.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#BCE145 (or 0xBCE145) is known color: Conifer. HEX triplet: BC, E1 and 45. RGB value is (188,225,69). Sum of RGB (Red+Green+Blue) = 188+225+69=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE145 is #431EBA. Grayscale: #C4C4C4. Windows color (decimal): -4398779 or 4579772. OLE color: 4579772.

HSL color Cylindrical-coordinate representation of color #BCE145: hue angle of 74.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCE145 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 69 -
CMYK 0.16 0 0.69 0.12
HSL 74.23º 0.72% 0.58% -
HSV(B) 74.23º 0.69% 0.88% -
XYZ 48.74 64.97 15.6 -
YUV 196.15 56.24 122.18 -
System Red Green Blue C M Y K H S L
Decimal 188 225 69 0.16 0 0.69 0.12 74.23 0.72 0.58
Hex BC E1 45 10 0 45 C 4A 48 3A
Octal 274 341 105 20 0 105 14 112 110 72
Binary 10111100 11100001 1000101 10000 0 1000101 1100 1001010 1001000 111010

Color Harmonies of #BCE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE145

Black with #BCE145

Text Example


Text Example

White with #BCE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE145; }

 p { color: rgb(188,225,69); }

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

background-color css

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

 a { background-color: rgb(188,225,69); }

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

border-color css

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

 span { border-color: rgb(188,225,69); }

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