Html Css Color HEX #BCE045 Conifer

📋 copy color: '#BCE045'

red 188 ◦ green 224 ◦ blue 69

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

Shades of Conifer #BCE045

Tints of Conifer #BCE045

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.57%

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

R = 39.09%
G = 46.57%
B = 14.35%

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

#BCE045 (or 0xBCE045) is known color: Conifer. HEX triplet: BC, E0 and 45. RGB value is (188,224,69). Sum of RGB (Red+Green+Blue) = 188+224+69=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE045 is #431FBA. Grayscale: #C4C4C4. Windows color (decimal): -4399035 or 4579516. OLE color: 4579516.

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

Color convert

RGB 188 224 69 -
CMYK 0.16 0 0.69 0.12
HSL 73.94º 0.71% 0.57% -
HSV(B) 73.94º 0.69% 0.88% -
XYZ 48.47 64.43 15.51 -
YUV 195.57 56.57 122.6 -
System Red Green Blue C M Y K H S L
Decimal 188 224 69 0.16 0 0.69 0.12 73.94 0.71 0.57
Hex BC E0 45 10 0 45 C 4A 47 39
Octal 274 340 105 20 0 105 14 112 107 71
Binary 10111100 11100000 1000101 10000 0 1000101 1100 1001010 1000111 111001

Color Harmonies of #BCE045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE045

Black with #BCE045

Text Example


Text Example

White with #BCE045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE045; }

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

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

background-color css

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

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

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

border-color css

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

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

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