Html Css Color HEX #BCE749 Conifer

📋 copy color: '#BCE749'

red 188 ◦ green 231 ◦ blue 73

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

Shades of Conifer #BCE749

Tints of Conifer #BCE749

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.95%

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

R = 38.21%
G = 46.95%
B = 14.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#BCE749 (or 0xBCE749) is known color: Conifer. HEX triplet: BC, E7 and 49. RGB value is (188,231,73). Sum of RGB (Red+Green+Blue) = 188+231+73=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE749 is #4318B6. Grayscale: #C8C8C8. Windows color (decimal): -4397239 or 4843452. OLE color: 4843452.

HSL color Cylindrical-coordinate representation of color #BCE749: hue angle of 76.33º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCE749 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 73 -
CMYK 0.19 0 0.68 0.09
HSL 76.33º 0.77% 0.6% -
HSV(B) 76.33º 0.68% 0.91% -
XYZ 50.52 68.32 16.83 -
YUV 200.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 188 231 73 0.19 0 0.68 0.09 76.33 0.77 0.6
Hex BC E7 49 13 0 44 9 4C 4D 3C
Octal 274 347 111 23 0 104 11 114 115 74
Binary 10111100 11100111 1001001 10011 0 1000100 1001 1001100 1001101 111100

Color Harmonies of #BCE749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE749

Black with #BCE749

Text Example


Text Example

White with #BCE749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE749; }

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

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

background-color css

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

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

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

border-color css

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

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

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