Html Css Color HEX #BCE349 Conifer

📋 copy color: '#BCE349'

red 188 ◦ green 227 ◦ blue 73

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

Shades of Conifer #BCE349

Tints of Conifer #BCE349

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.52%

 BLUE value IS 73 (28.91% from 255) = 14.96%

R = 38.52%
G = 46.52%
B = 14.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#BCE349 (or 0xBCE349) is known color: Conifer. HEX triplet: BC, E3 and 49. RGB value is (188,227,73). Sum of RGB (Red+Green+Blue) = 188+227+73=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE349 is #431CB6. Grayscale: #C6C6C6. Windows color (decimal): -4398263 or 4842428. OLE color: 4842428.

HSL color Cylindrical-coordinate representation of color #BCE349: hue angle of 75.19º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCE349 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 73 -
CMYK 0.17 0 0.68 0.11
HSL 75.19º 0.73% 0.59% -
HSV(B) 75.19º 0.68% 0.89% -
XYZ 49.41 66.11 16.46 -
YUV 197.78 57.58 121.02 -
System Red Green Blue C M Y K H S L
Decimal 188 227 73 0.17 0 0.68 0.11 75.19 0.73 0.59
Hex BC E3 49 11 0 44 B 4B 49 3B
Octal 274 343 111 21 0 104 13 113 111 73
Binary 10111100 11100011 1001001 10001 0 1000100 1011 1001011 1001001 111011

Color Harmonies of #BCE349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE349

Black with #BCE349

Text Example


Text Example

White with #BCE349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE349; }

 p { color: rgb(188,227,73); }

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

background-color css

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

 a { background-color: rgb(188,227,73); }

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

border-color css

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

 span { border-color: rgb(188,227,73); }

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